...
Returns the number of columns in the list view
Examples
Code Block | ||
---|---|---|
| ||
// Get the number of columns in a list view we created earlier |
...
int $listViewID = `getGlobalIntVar "ListViewID"`; |
...
print( `getNumListViewColumns $listViewID` ); |
Scroll pagebreak |
---|
Additional information
...