Méthode | Description | |
---|---|---|
GetCheckBoxBounds ( int itemIndex ) : |
Returns the item checkbox bounds. This method assumes a checkbox icon size of 16x16
|
|
GetIconBounds ( int itemIndex ) : |
Returns the item icon bounds. This method assumes an icon size of 16x16
|
|
GetItemBounds ( int itemIndex ) : |
Returns the bounds of the item with the specified index.
|
|
GetItemBoundsWithMargin ( int itemIndex ) : |
Returns the bounds of the item with the specified index, including the margin around the item.
|
|
ImageListViewLayoutManager ( |
Initializes a new instance of the ImageListViewLayoutManager class.
|
|
IsItemVisible ( System.Guid guid ) : bool |
Determines whether the item with the given guid is (partially) visible.
|
|
Update ( ) : void |
Recalculates the control layout.
|
|
Update ( bool forceUpdate ) : void |
Recalculates the control layout. true to force an update; otherwise false.
|
Méthode | Description | |
---|---|---|
CalculateGrid ( ) : void |
Calculates the maximum number of rows and columns that can be fully displayed.
|
|
CheckScrollBars ( ) : bool |
Shows or hides the scroll bars. Returns true if the layout needs to be recalculated; otherwise false.
|
|
GetWidgetBounds ( |
Returns the bounds of a widget. Used to calculate the bounds of checkboxes and icons.
|
|
UpdateGroups ( ) : void |
Updates the group display properties.
|
|
UpdateItemArea ( ) : bool |
Calculates the item area.
|
|
UpdateScrollBars ( ) : void |
Updates scroll bar parameters.
|
|
UpdateVisibleItems ( ) : void |
Updates the dictionary of visible items.
|
public GetCheckBoxBounds ( int itemIndex ) : |
||
itemIndex | int | |
Résultat |
public GetIconBounds ( int itemIndex ) : |
||
itemIndex | int | |
Résultat |
public GetItemBounds ( int itemIndex ) : |
||
itemIndex | int | |
Résultat |
public GetItemBoundsWithMargin ( int itemIndex ) : |
||
itemIndex | int | |
Résultat |
public ImageListViewLayoutManager ( |
||
owner | The owner control. | |
Résultat | System |
public IsItemVisible ( System.Guid guid ) : bool | ||
guid | System.Guid | The guid of the item to check. |
Résultat | bool |