General cache for the SongGridView control.
Contains data which doesn't need to be calculated for every
control refresh, such as the line height, scrollbar offset, etc.

C# | Visual Basic |
public class SongGridViewCache
Public Class SongGridViewCache

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SongGridViewCache()()()() | Initializes a new instance of the SongGridViewCache class |
![]() | ActiveColumns |
List of currently active columns.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LineHeight |
Indicates the line height for the grid view items.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NumberOfLinesFittingInControl |
Indicates how many lines fit the visible control area, including
lines that are partly visible.
|
![]() | ScrollBarOffsetY |
Current scrollbar offset Y value (
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | TotalHeight |
Indicates the total height of all the visible grid view items,
even those off screen.
|
![]() | TotalWidth |
Indicates the total width of all the visible grid view columns,
even those off screen.
|

Object | |
![]() | SongGridViewCache |