VGA Treeview and Checkbox

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

I am using the VGA emulator (don't have a VGA device yet).

I place a treeview on a form (with FormFactor set to WM5 VGA) and set
Checkboxes to true. In the VGA emulator the check boxes appear small
and do not change their check state when clicked on.

Anybody have any idea why and how to fix this?

Thanks.

Joseph
 
The treeview control doesn't draw the check boxes in hi-res in the designer -
this is just the way the control has been coded. It doesn't respond to
clicks, again there is no designer support for this.

This should behave correctly of course during debug mode.
 
I don't mind it appearing small in the designer, but it is the
emulator in which I am having problems and only the VGA emulator.

Joseph
 
Back
Top