Click or drag to resize

UserInterfaceGridEnableRowSeparatorBelowRow Method

Draw a horizontal line under one row, for a heading row that wants a rule under it when a line between every row would be too much. RowSeparators draws them all whatever this is set to.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void EnableRowSeparatorBelowRow(
	int row,
	bool on
)

Parameters

row
Type: SystemInt32

[Missing <param name="row"/> documentation for "M:Rhino.UI.UserInterfaceGrid.EnableRowSeparatorBelowRow(System.Int32,System.Boolean)"]

on
Type: SystemBoolean

[Missing <param name="on"/> documentation for "M:Rhino.UI.UserInterfaceGrid.EnableRowSeparatorBelowRow(System.Int32,System.Boolean)"]

See Also