GridListControl
A vsFlexGrid that is used like a list control
GridControl.h
| Name | Brief | Example |
|---|---|---|
| CancelSelRows | Unselect rows. | Examples |
| CheckSelRow | Check if given row is selected. If not then select it. | Examples |
| GetCollapsed | Gets the collapsed state of the branches from top to bottom in the control | Examples |
| GetIsCollapsed | Gets the collapsed state of given row | Examples |
| GetLevel | Returns the outline level for a subtotal row. | Examples |
| GetParent | Returns parent's row index of given row | Examples |
| GetSelItems | Gets text value of selected rows by given column | Examples |
| GetSelRows | Gets selected row indexes | Examples |
| GetSelectedRow | Gets the selected row index | Examples |
| RemoveSelection | Unselect all the selected rows | Examples |
| SelRows | If SelectionMode = flexSelectionListBox select multiple rows, otherwise select single row | Examples |
| SelRow | Select one row | Examples |
| SelectedRows | Gets the number of selected rows | Examples |
| SetAllCollapsed | Sets all the branches collapsed or expanded. | Examples |
| SetCollapsed | Sets the collapsed state of the branches from top to bottom in the control. | Examples |
| SetIsCollapsed | Sets the collapsed state of given row | Examples |
| ShowCell | Brings a given cell into view, scrolling the contents if necessary. | Examples |
| UpdateSimpleTree | Update grid control by tree | Examples |