CGridListCtrlEx
Public Attributes | List of all members
CGridColumnTrait::ColumnState Struct Reference

Public Attributes

bool m_Visible
 Column is visible or not.
 
int m_OrgWidth
 Width it had before being hidden.
 
int m_OrgPosition
 Position it had before being hidden.
 
bool m_AlwaysHidden
 Column can never be visible.
 
bool m_AlwaysVisible
 Column can never be hidden.
 
bool m_Sortable
 Rows can be sorted according to column.
 
bool m_Editable
 Cells in the column can be edited.
 
bool m_Resizable
 Column width is resizable.
 
int m_MinWidth
 Column width has a min size.
 
int m_MaxWidth
 Column width has a max size.
 
DWORD m_MetaFlags
 Meta-Flags (and data) can be used to store extra properties for a column when deriving from CGridListCtrlEx. More...
 

Member Data Documentation

DWORD CGridColumnTrait::ColumnState::m_MetaFlags

Meta-Flags (and data) can be used to store extra properties for a column when deriving from CGridListCtrlEx.