Jump to content

How can you create a checkbox within ListView?


h711
 Share

Recommended Posts

I have problem with checkbox within listview. When I use $LVS_EX_CHECKBOXES, the board of the listview disappeared!! As funny as this may sound, but it is true.

GUICtrlCreateLabel ( "Setup", 245, 35, 180 )
    $SettingListview = GUICtrlCreateListView("Settings   ", 245, 50, 210, 120, $LVS_NOLABELWRAP, BitOr($GUI_SS_DEFAULT_LISTVIEW, $LVS_EX_CHECKBOXES) )

Please help, thanks!!!!!!

Edited by h711
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...