Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 769 Bytes

File metadata and controls

21 lines (17 loc) · 769 Bytes
Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 3 column 1
---
title: GridSplitter
author: mhawker
description:The GridSplitter control provides an easy-to-use Splitter that redistributes space between columns or rows of a Grid Control.
keywords: ContentSizer, SizerBase, Control, Layout, Expander
dev_langs:
  - csharp
category: Controls
subcategory: Layout
discussion-id: 96
issue-id: 101
---

GridSplitter

The control automatically detects the targeted columns/rows to resize, while dragging the control it starts to resize the columns/rows and redistributes space between columns/rows, you can manually specify the ResizeDirection (Auto / Column / Row) and the ResizeBehavior to select which columns/rows to resize.

GridSplitter control will resize the targeted rows or columns

[!SAMPLE GridSplitterPage]