Splitter bars?

How would I go about inserting a splitter bar between two panels to allow the user to resize the width of the content Is there a control for this

Thanks!



Answer this question

Splitter bars?

  • fsoehnge

    You need to place the content in a Grid and use GridSplitter. I place the splitter in its own column/row but there are other options. The docs on GridSpliter are a bit sketchy, but the information is there. You need to set whether it is rows or columns, the behavior (what neighboring elements it resizes, and the height/width of the spliter that are not dynamic.

  • Splitter bars?