Re: win32lib: ListView with checkboxes
- Posted by Rad <radhx at rediffmail.com> Jan 17, 2006
- 474 views
Rad wrote: > > 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. Can anybody help me on this? Is there a way to make a ListView / TreeView ReadOnly and scrollable at the same time? Regards, Rad.