Links are not active on this page.
 Partition Property

Specifies whether a Grid control is split into two panels and specifies where the split is relative to the left edge of the grid. Available at design time; read/write at run time.

Grid.Partition[ = nSplit]

Expand imageReturn Value

nSplit

Specifies the position where the grid splits into two panels. If nSplit is 0, the grid isn't split.

Expand imageRemarks

Applies To: Grid

Note that the SplitBar property takes precedence over the Partition property.

Expand imageSee Also