?
--
No replies to the previous query. (Is no one using VirtualMode?)
The problem, again:
CheckBoxes don't appear when ListView controls are placed in
VirtualMode. They are 'there'...just not displayed. One 'user fix' was
posted on CodeProject; the ListView was set to owner draw, and the
checkboxes are checked, then unchecked. An odd thing to be forced to
do.
Unfortunately, the owner-draw fix causes headers to not be displayed
when in Details mode. Anyone know a simpler way to force checkboxes to
display without requiring owner-draw?
This does seem like a bug in ListView's VirtualMode. I can't imagine
any logical reason why checkboxes would not be displayed.
The problem, again:
CheckBoxes don't appear when ListView controls are placed in
VirtualMode. They are 'there'...just not displayed. One 'user fix' was
posted on CodeProject; the ListView was set to owner draw, and the
checkboxes are checked, then unchecked. An odd thing to be forced to
do.
Unfortunately, the owner-draw fix causes headers to not be displayed
when in Details mode. Anyone know a simpler way to force checkboxes to
display without requiring owner-draw?
This does seem like a bug in ListView's VirtualMode. I can't imagine
any logical reason why checkboxes would not be displayed.