Hosted controls in a User Control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there any way to reflect the changes made in a user control in design time to be reflected in the actual lying controls?? - suppose u have a list view control in a user control. - U add ur user control to a form and then resize the listview headers. - After buidling the solution u still have the size U set when u originally designed the user control. - U change the Modifer's in the user control to "public" still no change. - Then u think the only way to overcome this problem is by providing browsable properties from the user control to set the properties u need in the hosted controls ? - But is there any way this can be done "EASY WAY" ?