GListViewCtrl

GListViewCtrl — determines how lists are displayed, based on ListView Control.

Synopsis

class GListViewCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GListViewCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

AddColumn (args?...)
AddControlResizeFlags (ctrlid, flags)
AddItem (args?...)
ApproximateViewRect (args?...)
Arrange (nCode)
CancelEditLabel ()
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
DeleteAllItems ()
DeleteColumn (nCol)
DeleteItem (nItem)
EnableGroupView (bEnable)
EndResizeGroup ()
EnsureVisible (nItem, bPartialOK)
FindItem (pFindInfo, nStart)
GetBkColor ()
GetBkImage (plvbki)
GetCallbackMask ()
GetCheckState (nIndex)
GetColumn (nCol, pColumn)
GetColumnWidth (nCol)
GetCountPerPage ()
GetExtendedListViewStyle ()
GetGroupInfo (nGroupID, pGroup)
GetGroupMetrics (pGroupMetrics)
GetHotCursor ()
GetHotItem ()
GetHoverTime ()
GetISearchString (lpstr)
GetInsertMarkColor ()
GetInsertMarkRect (lpRect)
GetItem (pItem)
GetItemCount ()
GetItemData (nItem)
GetItemPosition (nItem, lpPoint)
GetItemRect (nItem, lpRect, nCode)
GetItemSpacing (args?...)
GetItemState (nItem, nMask)
GetItemText (args?...)
GetNextItem (nItem, nFlags)
GetOrigin (lpPoint)
GetOutlineColor ()
GetSelectedColumn ()
GetSelectedCount ()
GetSelectedIndex ()
GetSelectedItem (pItem)
GetSelectionMark ()
GetStringWidth (lpsz)
GetSubItemRect (nItem, nSubItem, nFlag, lpRect)
GetTextBkColor ()
GetTextColor ()
GetTileInfo (pTileInfo)
GetTileViewInfo (pTileViewInfo)
GetTopIndex ()
GetUnicodeFormat ()
GetView ()
GetViewRect (lpRect)
GetViewType ()
GetWorkAreas (nWorkAreas, lpRect)
HasGroup (nGroupID)
HitTest (args?...)
InsertColumn (args?...)
InsertGroup (nItem, pGroup)
InsertGroupSorted (pInsertGroupSorted)
InsertItem (args?...)
IsGroupViewEnabled ()
MapIDToIndex (uID)
MapIndexToID (nIndex)
MoveGroup (nGroupID, nItem)
MoveItemToGroup (nItem, nGroupID)
RedrawItems (nFirst, nLast)
RemoveAllGroups ()
RemoveGroup (nGroupID)
Scroll (size)
SelectItem (nIndex)
SetBkColor (cr)
SetBkImage (plvbki)
SetCallbackMask (nMask)
SetCheckState (nItem, bCheck)
SetColumn (nCol, pColumn)
SetColumnWidth (nCol, cx)
SetExtendedListViewStyle (args?...)
SetGroupInfo (nGroupID, pGroup)
SetGroupMetrics (pGroupMetrics)
SetHotCursor (hHotCursor)
SetHotItem (nIndex)
SetHoverTime (dwHoverTime)
SetIconSpacing (cx, cy)
SetInfoTip (pSetInfoTip)
SetInsertMarkColor (clr)
SetItem (args?...)
SetItemCount (nItems)
SetItemCountEx (nItems, dwFlags)
SetItemData (nItem, dwData)
SetItemPosition (args?...)
SetItemState (args?...)
SetItemText (nItem, nSubItem, lpszText)
SetOutlineColor (clr)
SetSelectedColumn (nColumn)
SetSelectionMark (nIndex)
SetTextBkColor (cr)
SetTextColor (cr)
SetTileInfo (pTileInfo)
SetTileViewInfo (pTileViewInfo)
SetUnicodeFormat (args?...)
SetView (dwView)
SetViewType (dwType)
SetWorkAreas (nWorkAreas, lpRect)
SortGroups (args?...)
StartResizeGroup ()
SubItemHitTest (lpInfo)
Update (nItem)

This class also inherits the functions of GWindowBase.