Data ListSeparator Height Property
This property is used to set or get the height of the separators when the SeparatorsVisible
property is true.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default height is 1 pixel
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int SeparatorHeight { get; set; }VB
Public Property SeparatorHeight As Integer
Get
SetC++
public:
property int SeparatorHeight {
int get ();
void set (int value);
}F#
member SeparatorHeight : int with get, setProperty Value
Int32The default height is 1 pixel
Exceptions
| ArgumentOutOfRangeException | This is thrown if the value is not between 1 and 20 |