MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SongGridViewCache Class
NamespacesMPfm.WindowsControlsSongGridViewCache
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.
Declaration Syntax
C#Visual Basic
public class SongGridViewCache
Public Class SongGridViewCache
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SongGridViewCache()()()()
Initializes a new instance of the SongGridViewCache class

ActiveColumns
List of currently active columns.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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.

Inheritance Hierarchy
Object
SongGridViewCache

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)