wpf - AvalonDock : Controling the Splitter position -


using avalondock , odyssey outlookbar in wpf desktop application. doesn't make sense have vertical splitter in resizingpanel have full range of screen width. resizewidth attached property on dockablepane control initial position. can moved full left right. there way of controlling range, or worst case fixing position.

    <my:dockingmanager grid.row="1" >         <my:resizingpanel x:name="resizepanel" >             <my:dockablepane my:resizingpanel.resizewidth="200" >                 <my:dockablecontent x:name="outlookbar" title="outlookbar"  

also, resizingpanel.effectivesize for, needs size object, eg "100,100"

thanks john

you can try set minimum size on each of panes. no idea effectivesize for, sounds might intended read-only property similar actualwidth/height.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -