Custom Control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
ok ... i am trying to create Custom Control (which later can be added to VS.NET tool box and added to any windows form). This custom control contains a data-grid. I want to implement the following functionality : when user resizes this custom control he/she should be able to see control (i.e., data grid) resizing, like in the case of typical/intrinsic controls (text box). when we resize them ... we can see them their size changes. second thing i want to do is that : as soon as this control is added to a windows form, a wizard is launched which allows customization. i don't know how to implement this behavior... and where should i start? any suggestions