VGA Treeview and Checkbox

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
 
G

Guest

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.
 
J

JB

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top