开发者

Increase size of SplitContainerControl split bar

开发者 https://www.devze.com 2023-02-11 13:53 出处:网络
I am using a SplitContainerControl which has two panels. I\'d like to increase the size of the splitter drag panel between them because it\'s difficult to see and click/drag. Is there a property that

I am using a SplitContainerControl which has two panels. I'd like to increase the size of the splitter drag panel between them because it's difficult to see and click/drag. Is there a property that controls this? 开发者_StackOverflowI can see SplitterBounds but it's readonly.


splitContainer1.SplitterWidth = 100;

.NET also has a standalone splitter bar (without panels like SplitContainer); its width can be changed in the form editor. The slight trick with standalone splitter is setting the docking order.

EDIT: O.P. had revised to show that he's working with DevExpress SplitContainerControl rather than .NET native SplitContainer.


You have to create a new skin. I found it pretty easy.

http://documentation.devexpress.com/#SkinEditor/CustomDocument2547

0

精彩评论

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

关注公众号