dazza Posted July 22, 2009 Posted July 22, 2009 I have a listview with checkboxes. When, in the code, I check a box, others previously checked become unchecked. In short, I cannot check more then one row in a listview. How do I bypass this? PS I can find nothing about multi-select in ListViewConstants.au3 nor in the online help.
Izebize Posted July 22, 2009 Posted July 22, 2009 (edited) Maybe this would help you: #Include <GuiListView.au3> _GUICtrlListView_Create($hGUICreate, "item", 0, 0, 150, 150, BitOR($LVS_REPORT,$LVS_SHOWSELALWAYS)) Edited July 22, 2009 by Izebize
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now