Creating larger controls
-
I am in need of creating a custom control. What I need is to be able to create a listbox that is larger than the default, for use in a touch screen application. The easiest way to create custom controls is to override the base class of the control you want to create. I see several limitations of applying the mentioned technique for my control, seeing how I must overide the entire rendering and input capture of the entire control. Can I use the described technique or do I just need to create a new control from scratch? Kevin
-
I am in need of creating a custom control. What I need is to be able to create a listbox that is larger than the default, for use in a touch screen application. The easiest way to create custom controls is to override the base class of the control you want to create. I see several limitations of applying the mentioned technique for my control, seeing how I must overide the entire rendering and input capture of the entire control. Can I use the described technique or do I just need to create a new control from scratch? Kevin