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: SalNumber.
Aligns items on a grid.
nCode
Returns: SalBoolean.
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
Returns: SalBoolean.
Removes all items from the control.
Returns: SalBoolean.
Removes an item from control and returns count of remaining items.
nItem
Returns: SalNumber.
Ensures that an item is visible
nItem
fPartialOK
Returns: SalBoolean.
Searches for an item by text or position.
nFlags
sItemText
nItemStart
Returns: SalNumber.
Returns the control associated with the handle.
hWnd
Returns: VisListViewDropDown.
Retrieves array of all selected items and returns count.
naSelections
Returns: SalNumber.
Retrieves the color used for the control's overall background.
Returns: SalNumber.
nColumn
sTitle
nAlignment
nWidth
Returns: SalBoolean.
nColumn
Returns: SalNumber.
Retrieves a column's text.
nColumn
Returns: SalString.
Retrieves a column's width.
nColumn
Returns: SalNumber.
Calculates the number of items that can fit vertically in control.
Returns: SalNumber.
Returns: SalBoolean.
Retrieves index of item with input focus.
Returns: SalNumber.
Retrieves the number of images in control. TIP: Remember that a listview defaults to one image (Windows logo) unless you remove/replace it.
Returns: SalNumber.
nItem
nSubItem
sItemText
nItemValue
nImage
Returns: SalBoolean.
Retrieves the number of items in control.
Returns: SalNumber.
nItem
ptPosition
Returns: SalBoolean.
nItem
rcItem
Returns: SalBoolean.
Retrieves an item's state.
nItem
nMask
Returns: SalNumber.
Retrieves an item's text.
nItem
nSubItem
Returns: SalString.
Retrieves an item's user data.
nItem
Returns: SalNumber.
Searches for an item by sequence, relation or state.
nItem
nFlags
Returns: SalNumber.
Retrieves the number of selected items in control.
Returns: SalNumber.
Returns: SalNumber.
Retrieves default sort column (subitem.)
Returns: SalNumber.
Retrieves default sort order (ascending/descending)
Returns: SalNumber.
Determines the minimum column width necessary to display all of a given string.
sCompare
Returns: SalNumber.
Retrieves the color used for item and subitem text background.
Returns: SalNumber.
Retrieves the color used for item and subitem text.
Returns: SalNumber.
Retrieves the index of the topmost visible item.
Returns: SalNumber.
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
Returns: SalNumber.
nItem
saText
hpicLarge
hpicSmall
Returns: SalNumber.
Inserts a new item into control and supplies subitem text for item; also assigns user data for item.
nItem
saText
nItemValue
nImage
Returns: SalNumber.
nItem
saText
nItemValue
hpicLarge
hpicSmall
Returns: SalNumber.
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
Returns: SalNumber.
nItem
sText
hpicLarge
hpicSmall
Returns: SalNumber.
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
Returns: SalNumber.
nItem
sText
nItemValue
hpicLarge
hpicSmall
Returns: SalNumber.
Removes all images from control.
Returns: SalBoolean.
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
Returns: SalBoolean.
Replaces an image in control's internal ImageLists.
nIndex
hpicLarge
hpicSmall
Returns: SalBoolean.
Assigns the color used for the control's overall background.
nNewColor
Returns: SalBoolean.
Sets the attributes of a column.
nColumn
nMask
sTitle
nAlignment
nWidth
Returns: SalBoolean.
nColumn
nAlignment
Returns: SalBoolean.
Sets a column's text.
nColumn
sTitle
Returns: SalBoolean.
Sets a column's width.
nColumn
nWidth
Returns: SalBoolean.
fEditable
Returns: SalBoolean.
Assigns focus to the specified item.
nItem
Returns: SalBoolean.
Sets an item's attributes.
nItem
nSubItem
nMask
sItemText
nItemValue
nImage
Returns: SalBoolean.
Assigns an item's state (LVIS_Focused, LVIS_Selected, etc..)
nItem
nNewState
nStateMask
Returns: SalBoolean.
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
Returns: SalBoolean.
Assigns an item's user data.
nItem
nItemValue
Returns: SalBoolean.
nWidth
nHeight
Returns: SalBoolean.
Assigns default column (subitem) to sort on.
nColumn
Returns: SalBoolean.
Assigns default sort order (LVSORT_Ascending/LVSORT_Descending.)
nOrder
Returns: SalBoolean.
Sets style bits for control.
nStyle
fOn
Returns: SalNumber.
Assigns the color used for item and subitem text background.
nNewColor
Returns: SalBoolean.
Assigns the color used for item and subitem text.
nNewColor
Returns: SalBoolean.
Sorts the items based on default column (subitem) and order settings.
Returns: SalBoolean.
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,
Returns: SalNumber.
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.
Returns: SalNumber.
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: SalNumber.