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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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