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. -- Simon Hart http://simonrhart.blogspot.com "JB" wrote: > 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 > >
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 On 11 Aug, 09:02, Simon Hart wrote: > 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. > -- > Simon Harthttp://simonrhart.blogspot.com > > > > "JB" wrote: > > 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- Hide quoted text - > > - Show quoted text -