ContainerSplitter size

Docking/MDI for WPF Forum

Posted 14 years ago by Martijn van Kleef - FEI
Version: 11.1.0545
Avatar
Hi, not sure whether this belongs here.. but it is part of my docking windows so I hope I guessed OK for this Q: How do I set the size of the ContainerSplitter? currently in my project it appears to have a width/height (depending on orientation) of 4 and I want t set this to 0 (or 1 if that's the absolute minimum), but I cannot find a property that affects this. help appreciated!

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Martijn,

I believe you can do this:
dockSite.SetValue(DockSite.SplitterSizeProperty, 2.0);
2.0 is the minimum value.


Actipro Software Support

The latest build of this product (v24.1.5) was released 14 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.