VisListViewDropDown
PPJ.Runtime.Vis.VisListViewDropDown
Last updated
PPJ.Runtime.Vis.VisListViewDropDown
Last updated
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Combobox with dropdown cListView
Adds an image to control's internal ImageLists at the index specified.
hpicLarge
hpicSmall
Returns: .
Aligns items on a grid.
nCode
Assigns columns to be used for 'details' view. TIP: You can reassign columns on the fly without having to repopulate the control. For instance, you can use SetItemText() to add four subitems to an item, but only assign four columns (remember: 1 item + 4 subitems = 5 columns,) thus giving you a hidden column that you can display later by assigning five columns.
saTitles
naAlignments
naWidths
nNumColumns
Removes all items from the control.
Removes an item from control and returns count of remaining items.
nItem
Ensures that an item is visible
nItem
fPartialOK
Searches for an item by text or position.
nFlags
sItemText
nItemStart
Returns the control associated with the handle.
hWnd
Retrieves array of all selected items and returns count.
naSelections
Retrieves the color used for the control's overall background.
nColumn
sTitle
nAlignment
nWidth
nColumn
Retrieves a column's text.
nColumn
Retrieves a column's width.
nColumn
Calculates the number of items that can fit vertically in control.
Retrieves index of item with input focus.
Retrieves the number of images in control. TIP: Remember that a listview defaults to one image (Windows logo) unless you remove/replace it.
nItem
nSubItem
sItemText
nItemValue
nImage
Retrieves the number of items in control.
nItem
ptPosition
nItem
rcItem
Retrieves an item's state.
nItem
nMask
Retrieves an item's text.
nItem
nSubItem
Retrieves an item's user data.
nItem
Searches for an item by sequence, relation or state.
nItem
nFlags
Retrieves the number of selected items in control.
Retrieves default sort column (subitem.)
Retrieves default sort order (ascending/descending)
Determines the minimum column width necessary to display all of a given string.
sCompare
Retrieves the color used for item and subitem text background.
Retrieves the color used for item and subitem text.
Retrieves the index of the topmost visible item.
Inserts a new item into control and supplies subitem text for item. TIP: Use this instead of the InsertItem*() functions to specify items with multiple columns in one function call when you already have your data populated in an array.
nItem
saText
nImage
nItem
saText
hpicLarge
hpicSmall
Inserts a new item into control and supplies subitem text for item; also assigns user data for item.
nItem
saText
nItemValue
nImage
nItem
saText
nItemValue
hpicLarge
hpicSmall
Inserts an item in control and returns index of new item or -1 if unsuccessful. TIP: Do not assume that the item you add with InsertItem() is given the index you requested; InsertItem() returns the actual index of the item added. If you insert past the upper bound of the control, your item is added to the end.
nItem
sText
nImage
nItem
sText
hpicLarge
hpicSmall
Inserts a new item in control and assigns user data for item. Returns index of new item or -1 if unsuccessful.
nItem
sText
nItemValue
nImage
nItem
sText
nItemValue
hpicLarge
hpicSmall
Removes all images from control.
Removes an image from control's internal ImageLists. TIP: All other images will shift downward when you remove an image from the control. Bear in mind that this will affect the images each item displays, since images are references by position.
nIndex
Replaces an image in control's internal ImageLists.
nIndex
hpicLarge
hpicSmall
Assigns the color used for the control's overall background.
nNewColor
Sets the attributes of a column.
nColumn
nMask
sTitle
nAlignment
nWidth
nColumn
nAlignment
Sets a column's text.
nColumn
sTitle
Sets a column's width.
nColumn
nWidth
fEditable
Assigns focus to the specified item.
nItem
Sets an item's attributes.
nItem
nSubItem
nMask
sItemText
nItemValue
nImage
Assigns an item's state (LVIS_Focused, LVIS_Selected, etc..)
nItem
nNewState
nStateMask
Sets an item's or subitem's text. TIP: When using this function to assign subitem text for new items, do not assume that the item you just added with InsertItem() was given the index you requested; InsertItem() returns the actual index of the item, use that value.
nItem
nSubItem
sItemText
Assigns an item's user data.
nItem
nItemValue
nWidth
nHeight
Assigns default column (subitem) to sort on.
nColumn
Assigns default sort order (LVSORT_Ascending/LVSORT_Descending.)
nOrder
Sets style bits for control.
nStyle
fOn
Assigns the color used for item and subitem text background.
nNewColor
Assigns the color used for item and subitem text.
nNewColor
Sorts the items based on default column (subitem) and order settings.
Tells control to display 'details' view.' This view is similar to the 'small icon' view, with the exception that subitem text is also displayed in resizable, sortable columns to the right of the item text. NOTE: Clicking on subitem text does NOT change focus,
Tells control to display 'large icons' view. This view is similar to Windows' program manager groups; a large icon is displayed with the item text underneath.
Tells control to display 'small icons' view. This view is a vertical list of item text with a small icon to the left of each item.
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .