Re: win32lib: ListView with checkboxes
- Posted by Jonas Temple <jtemple at yhti.net> Jan 17, 2006
- 471 views
Rad wrote: > > 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? > > > Can anybody help me on this? Is there a way to make a ListView / TreeView > ReadOnly and scrollable at the same time? Rad, I would suggest that when you want the control to have check boxes but not allow the user to check/un-check, I would remove the check boxes extended style and use simple bitmap/icon/etc. to "emulate" check boxes. In other words, if the item was checked before then use a graphic that looks "like" a checked box. Jonas Temple http://www.yhti.net/~jktemple