开发者

How to make a docked control resizeable by the user?

开发者 https://www.devze.com 2022-12-28 23:46 出处:网络
I have a Form with a control (a SplitContainer) docked on the right side. The width of the control can be changed in the editor, but not at runtime. What do I have to do to make the docked control res

I have a Form with a control (a SplitContainer) docked on the right side. The width of the control can be changed in the editor, but not at runtime. What do I have to do to make the docked control resizable by the user?

The rest of the f开发者_StackOverfloworm should be a MdiContainer. So as far as I see, other containers are not usable, because they can not contain MDI children.


Try docking a Spliter control next to your control.

0

精彩评论

暂无评论...
验证码 换一张
取 消