Re: win32lib: ListView with checkboxes
- Posted by Rad <radhx at rediffmail.com> Jan 13, 2006
- 475 views
Allen Ashby wrote: > > flags = or_all({LVS_EX_CHECKBOXES}) > VOID = sendMessage( ListView, LVM_SETEXTENDEDLISTVIEWSTYLE, flags, flags) > > allen I am able to get the checkboxes in Listview using LVS_EX_CHECKBOXES. What I want to do is once the checkboxes are in place, conditionally enable or disable them. As we can use setCheck() to mark the checkboxes, is there any way to only checkbox column to be enabled or disabled? setEnable() enables/disables entire listview where one can not scroll in disabled mode. Rad.