SplitContainer problem
-
Hi, I'm using the control SplitContainer on run time. uppon request I'm generating a tab that contains SplitContainers. I set all the properties as needed including the SplitterDistance, BUT when the application is running the spliter is not positioned as expected. it seems that it use some default parameter that ovveride the explicit setting. Thanks for your help, lune
-
Hi, I'm using the control SplitContainer on run time. uppon request I'm generating a tab that contains SplitContainers. I set all the properties as needed including the SplitterDistance, BUT when the application is running the spliter is not positioned as expected. it seems that it use some default parameter that ovveride the explicit setting. Thanks for your help, lune
Its hard to comment about it but a wild guess could be to check your dock and anchor properties.
Share your experience with others Check my Blog...
-
Its hard to comment about it but a wild guess could be to check your dock and anchor properties.
Share your experience with others Check my Blog...
-
The dock is fill. and anchor is top and left. I saw that if I set the parameter in an event such SelectedIndexChange it works. but I feel that is wrong to do such a thing (and also it doesn't cover all the cases) any other guess? Thanks.
this comment made me think that may be its some code level change overriding the design view changes. Go through your code and make sure that your adjusted styles not being overridden at code level.
Share your experience with others Check my Blog...