Skip to main content

65 docs tagged with "polylist widget"

View all tags
Docs

addData

A method for adding data to the list.

addItemAfter

Adds one or more items after item index itemPointer.

addItemBefore

Adds one or more items before item index itemPointer.

autoHilight

Defines if the PolyList highlights when an item is clicked.

borderWidth

Specifies the thickness with which borders are drawn on the PolyList.

csvData

The csvData property reflects the content in CSV format.

dataContent

Get or set the data array that the PolyList will display.

dataHeight

Reports the height needed by an object to display its full contents without scrolling.

dataLayout

Defines how each item in the list is drawn.

dataWidth

Reports the width needed by an object to display its full contents without scrolling.

hilitedItemData

Get or set the array of selected data corresponding to the selected item in the PolyList.

hoverWithMouse

Defines if the PolyList highlights the item on which the mouse is.

itemClick

This message is sent when the user clicks an item.

itemContent

Gets and sets the value of the content of an item in list.

itemFirstDraw

This message is sent when a list item is showed the first time.

itemHeight

Establish the height of the item of the list.

itemMouseEnter

This message is sent when the mouse enter into an item's rectangle.

itemMouseLeave

This message is sent when the mouse leaves the item's rectangle.

itemPointer

It's a pointer to tell the itemContent property about which item to act on.

lastItemInView

The last visible or partially visible item of the list.

Margin

Specifies the margin that all the elements of a list will have in the PolyList.

multiHilite

Specifies if the PolyList widget will allow to select more than one row at the same time

numberOfColumns

Set up and get the number of columns displayed in the PolyList

padding

Creates extra space within the widget.

plBorderColor

Defines the color with which the borders are drawn in PolyList.

plItemColor

Defines the background color of the list items.

PolyList

This widget that allows us to display our data as a list.

scroll

Specifies the vertical scroll of a PolyList.

showGrid

Draw a grid between items of the list.

strokeBody

Specifies whether to draw the borders of the PolyList body.

strokeItems

Specifies whether to draw the borders of the PolyList elements.

subItemClick

This message is sent when the user clicks a subitem.

subItemContent

Gets and sets the value of the content of an item in list.

subItemPointer

It's a pointer to tell the subItemContent property about which item to act on.

subItemRect

Gets the bounding rect of a specific sub item.

touchScrolling

Specifies if the PolyList widget will respond to mouse scrolling gestures

tsvData

The tsvData property reflects the content in TSV format.

useOverlays

Draws the rectangle that indicates that an element is selected on top of the item.

vScrollBar

Show or hide built-in vertical scrollbar.