Skip to main content

93 docs tagged with "polygrid widget"

View all tags
Docs

addData

A method for adding data to the table.

cellClick

Sent when the mouse button is released at the end of a cell click.

cellDoubleClick

sent when the mouse button is released at the end of a double-click on the same cell.

csvData

The csvData property reflects the content in CSV format.

dataHeight

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

dataWidth

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

headerClick

This message is sent when the table header is clicked.

headerTextSize

The headerTextSize of a PolyGrid defines the height of the text of its header.

headerTextStyle

Specifies the style or styles applied to the table header text.

hGrid

Defines if the horizontal lines are shown.

hilitedRow

Specifies the line(s) that will be hilited on a PolyGrid control.

hScroll

Specifies the horizontal hScroll of a PolyGrid.

hScrollBar

Show or hide built-in horizontal scrollbar.

lineColor

Sets the color of the table column dividers.

lineSize

Specifies the thickness with which the inner lines and borders of the PolyGrid are drawn.

margin

Specifies the margin that all cells in a PolyGrid will have.

mouseRelease

Sent when the user releases the mouse outside the control that was clicked.

multiHilite

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

numberOfRows

Reports the total number of rows in a PolyGrid.

pgAutoHilite

Specifies if the PolyGrid widget will respond to mouse events

pgColumns

Get or set the data array that the PolyGrid uses to build columns.

pgData

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

pgHilitedData

Get or set the hilited data array corresponding to hilited rows.

pgHilitedText

Get or set the text corresponding to the highlighted rows.

pgInternalPointer

It is a pointer to tell certain properties where they should operate.

pgMouseCell

Returns the current cell coordinate under the mouse cursor

pgPageSize

Number of rows displayed in the visible area of the PolyGrid.

pgTextOfRow

Get and set the text of a row in a PolyGrid.

PolyGrid

Widget to represent data in table format.

rawData

Rad-only property to get the internal array representation of PolyGrid's content.

rowAlternateColor

Specifies the fill color of alternate rows when property alternateRowColors is true.

rowColor

Specifies the fill color of rows.

rowFirstDraw

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

scroll

Specifies the vertical scroll of a PolyGrid.

scrollbarSecondColor

Specifies the secondary color that the table's scroll bar indicators will have.

scrollBeginDrag

Sent when one of the widget's scrollBars initiates a scroll.

scrollEndDrag

Sent when one of the widget's scrollBars finishes scrolling.

showHeader

Specifies if the PolyGrid widget will show the column header

Text

The text property reflects the content in tab delimited form.

textSize

The textSize of a PolyGrid defines the height of the text of its content.

touchScrolling

Specifies if the PolyGrid widget will respond to mouse scrolling gestures

tsvData

The tsvData property reflects the content in TSV format.

vGrid

Defines if the vertical lines are shown.

vScrollBar

Show or hide built-in vertical scrollbar.