public nothrow void |
AddColumn(const String<char>& name, int width) |
public ListViewItem* |
AddItem() |
public nothrow int |
ColumnCount() const |
public nothrow ListViewColumnDivider* |
ColumnDividerAt(const Point& location) const |
public nothrow const Padding& |
ColumnDividerPadding() const |
public nothrow const Pen& |
ColumnDividerPen() const |
public inline nothrow float |
ColumnDividerWidth() const |
public nothrow const Padding& |
ColumnHeaderPadding() const |
public nothrow const Brush& |
ColumnHeaderTextBrush() const |
public nothrow Event<ListViewColumnEventHandler, ListViewColumnEventArgs>& |
ColumnWidthChangedEvent() |
public inline nothrow void* |
Data() const |
public nothrow const Brush* |
DisabledItemTextBrush() const |
private void |
DrawColumnHeader(Graphics& graphics, PointF& origin) |
private void |
DrawItems(Graphics& graphics, PointF& origin) |
public nothrow float |
EllipsisWidth() const |
public void |
FireColumnWidthChanged(ListViewColumn* column) |
public ListViewColumn& |
GetColumn(int columnIndex) |
public const ListViewColumn& |
GetColumn(int columnIndex) const |
public inline nothrow bool |
GetFlag(Flags flag) const |
public inline nothrow ImageList* |
GetImageList() const |
public ListViewItem& |
GetItem(int itemIndex) |
public const ListViewItem& |
GetItem(int itemIndex) const |
public nothrow List<ListViewItem*> |
GetSelectedItems() const |
public const StringFormat& |
GetStringFormat() const |
public nothrow const Padding& |
ImagePadding() const |
public nothrow ListViewItem* |
ItemAt(const Point& location) const |
public nothrow Event<ListViewItemEventHandler, ListViewItemEventArgs>& |
ItemClickEvent() |
public nothrow const Padding& |
ItemColumnPadding() const |
public int |
ItemCount() const |
public nothrow Event<ListViewItemEventHandler, ListViewItemEventArgs>& |
ItemDoubleClickEvent() |
public nothrow Event<ListViewItemEventHandler, ListViewItemEventArgs>& |
ItemEnterEvent() |
public nothrow Event<ListViewItemEventHandler, ListViewItemEventArgs>& |
ItemLeaveEvent() |
public nothrow const Padding& |
ItemPadding() const |
public nothrow Event<ListViewItemEventHandler, ListViewItemEventArgs>& |
ItemRightClickEvent() |
public nothrow const Brush& |
ItemSelectedBrush() const |
public nothrow const Brush* |
ItemTextBrush() const |
private void |
Measure(Graphics& graphics) |
private void |
MeasureItems(Graphics& graphics, Size& contentSize) |
protected virtual void |
OnColumnWidthChanged(ListViewColumnEventArgs& args) |
protected override void |
OnMouseDoubleClick(MouseEventArgs& args) |
protected override void |
OnMouseDown(MouseEventArgs& args) |
protected override void |
OnMouseEnter() |
protected override void |
OnMouseLeave() |
protected override void |
OnMouseMove(MouseEventArgs& args) |
protected override void |
OnMouseUp(MouseEventArgs& args) |
protected override void |
OnPaint(PaintEventArgs& args) |
protected override void |
OnSizeChanged(uint windowState) |
public nothrow void |
ResetFlag(Flags flag) |
public nothrow void |
ResetSelectedItems() |
public inline nothrow ListViewItem* |
SelectedItem() const |
protected override void |
SetCursor() |
public nothrow void |
SetData(void* data_) |
public nothrow void |
SetFlag(Flags flag) |
public nothrow void |
SetImageList(ImageList* imageList_) |
public nothrow void |
SetSelectedItem(ListViewItem* selectedItem_) |
public inline nothrow float |
TextHeight() const |