ListView.DrawParameters

Supplies draw parameters to the items

Constructors

this
this(StyleSheet ss, int[] columnWidths, int offsetC, int targetC, int offsetP, int offsetFR)

CTOR

Members

Variables

columnWidths
int[] columnWidths;

Contains the reference to the header's columnWidth attribute

offsetC
int offsetC;

The first column to be drawn

offsetFR
int offsetFR;

Offset of the first row. Should be set to zero after the first row has been drawn.

offsetP
int offsetP;

Offset in pixels for the first column

ss
StyleSheet ss;

StyleSheet that is being used currently

target
Box target;

The prelimiter where the item should be drawn.

targetC
int targetC;

The last column to be drawn

Meta