User Defined Function Reference

Below is a list of the user defined functions for catagory: GuiListView Management.
Click on a user defined function name for a detailed description.

 

User Defined Function Description
_GUICtrlListViewCopyItems Copy Items between 2 list-view controls
_GUICtrlListViewDeleteAllItems Removes all items from a list-view control
_GUICtrlListViewDeleteColumn Removes a column from a list-view control
_GUICtrlListViewDeleteItem Removes an item from a list-view control
_GUICtrlListViewDeleteItemsSelected Deletes item(s) selected
_GUICtrlListViewEnsureVisible Ensures that a list-view item is either entirely or partially visible
_GUICtrlListViewGetBackColor Retrieves the background color of a list-view control
_GUICtrlListViewGetCallBackMask Retrieves the callback mask for a list-view control
_GUICtrlListViewGetCheckedState Returns the check state for a list-view control item
_GUICtrlListViewGetColumnOrder Retrieves the current left-to-right order of columns in a list-view control.
_GUICtrlListViewGetColumnWidth Retrieves the width of a column in report or list view
_GUICtrlListViewGetCounterPage Calculates the number of items that can fit vertically in the visible area of a list-view control
_GUICtrlListViewGetCurSel Retrieve the index of current selection
_GUICtrlListViewGetExtendedListViewStyle Retrieves the extended styles that are currently in use for a given list-view control
_GUICtrlListViewGetHeader Retrieves the handle to the header control used by the list-view control
_GUICtrlListViewGetHotCursor Retrieves the HCURSOR value used when the pointer is over an item while hot tracking is enabled
_GUICtrlListViewGetHotItem Retrieves the index of the hot item
_GUICtrlListViewGetHoverTime Retrieves the amount of time that the mouse cursor must hover over an item before it is selected
_GUICtrlListViewGetItemCount Retrieves the number of items in a list-view control
_GUICtrlListViewGetItemText Retrieves some or all of a list-view item
_GUICtrlListViewGetItemTextArray Retrieves all of a list-view item
_GUICtrlListViewGetNextItem Returns the index of the next item
_GUICtrlListViewGetSelectedCount Determines the number of selected items in a list-view control
_GUICtrlListViewGetSelectedIndices Retrieve indices of selected item(s) in a list-view control
_GUICtrlListViewGetSubItemsCount Retrieve the number of columns
_GUICtrlListViewGetTopIndex Retrieves the index of the topmost visible item when in list or report view
_GUICtrlListViewGetUnicodeFormat Retrieves the UNICODE character format flag for the control
_GUICtrlListViewHideColumn Hides the column "sets column width to zero"
_GUICtrlListViewInsertColumn Inserts a column into a list-view control
_GUICtrlListViewInsertItem Inserts a new item in a list-view control.
_GUICtrlListViewJustifyColumn Set Justification of a column for a list-view control
_GUICtrlListViewScroll Scrolls the content of a list-view control
_GUICtrlListViewSetCheckState Sets the checked state of a list-view control item
_GUICtrlListViewSetColumnHeaderText Change the text of a column header for a list-view control
_GUICtrlListViewSetColumnOrder Sets the left-to-right order of columns in a list-view control.
_GUICtrlListViewSetColumnWidth Changes the width of a column
_GUICtrlListViewSetHotItem Sets the hot item for a list-view control
_GUICtrlListViewSetHoverTime Sets the amount of time which the mouse cursor must hover over an item before it is selected
_GUICtrlListViewSetItemCount Causes the list-view control to allocate memory for the specified number of items.
_GUICtrlListViewSetItemSelState Sets the Item Selected/UnSelected
_GUICtrlListViewSetItemText Changes the text of a list-view item or subitem.
_GUICtrlListViewSort Sorts a list-view control.