Grid Splitter is a control provided by
WPF. The GridSplitter cannot be
used in isolation. It should be placed within a cell of a Grid. It
should be configured to appear as a bar between two rows or two columns.
User can drag the bar with the mouse, or
adjust its position using the keyboard, resizing the two columns or rows
between which the GridSplitter appears.
Using a single GridSplitter is good for
separating two areas that may each hold more information that can be seen at
once. Adding multiple GridSplitters to a single Grid allows for flexible,
resizable layouts such as those seen in Visual Studio, Microsoft Outlook or
Windows Explorer.
Very useful articles
No comments:
Post a Comment