Jump to content

_GUICtrlListView_SetExtendedListViewStyle


Recommended Posts

How to create List View with borders such as the $WS_EX_CLIENTEDGE style does?

Well I found the solution in garyFrost's other posts.

Need to put it in the *_Create insteed in the *_SetExtendedListViewStyle function.

see bellow example

\

$hListView = _GUICtrlListView_Create ($GUI, "", $aiSize[0] - 185, 92, 170, $aiSize[1] - 220,-1, BitOR($WS_EX_CLIENTEDGE, $WS_EX_STATICEDGE))

_GUICtrlListView_SetExtendedListViewStyle ($hListView, BitOR($LVS_EX_FULLROWSELECT, $LVS_EX_CHECKBOXES, $LVS_EX_REGIONAL,$LVS_EX_GRIDLINES,$LVS_EX_REGIONAL,$LVS_EX_DOUBLEBUFFER))

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...