Interface IListBoxItemPainter
Contains methods which allow to implement custom painted items for the VirtualListBox control.
public interface IListBoxItemPainter
Methods
- GetSize(object, int)
Called by owner drawn VirtualListBox control in order to get size of the item. Return (-1, -1) to use default behavior.
- Paint(object, ListBoxItemPaintEventArgs)
Called by owner drawn VirtualListBox control for the item painting.
- PaintBackground(object, ListBoxItemPaintEventArgs)
Called by owner drawn VirtualListBox control for the background painting.