ListPadding(Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Constructor. Set padding on each side and between columns and rows to the specified values.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public ListPadding(
	int top,
	int left,
	int bottom,
	int right,
	int column,
	int row
)

Parameters

top  Int32
The top padding
left  Int32
The left side padding
bottom  Int32
The bottom padding
right  Int32
The right side padding
column  Int32
The padding between columns
row  Int32
The padding between rows

See Also