Table of Contents
ColumnHeaderDividerOffset Property

Gets or sets the column divider image offset relative to the dividing point of two adjacent columns.

Syntax
 public Int32 ColumnHeaderDividerOffset { get; set; }
Remarks

The offset is typically half the width of the divider image. This is because the divider image is placed on top of the dividing point in between two adjacent column headers. It overlaps with the right edge of the previous column header on the left and with the left edge of the next column header on the right. This property specifies how many pixels of the divider image are overlapped with the right edge of the previous column. Thus if the divider image is to be place right in the middle of the two columns, this property should be half width of the image.

The default value is 4.

See Also