Difference between revisions of "PropertyListBox.DoubleClick"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (1 revision imported)
 
(11 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| platform=all
 
| platform=all
 
| newinversion=
 
| newinversion=
 +
| version=1.8
 
}}
 
}}
 +
 +
 +
 +
The user has double-clicked on the ListBox.
 +
The indexes of the cell that was double-clicked are not passed, but you can determine them using the RowFromXY and ColumnFromXY methods. See the example in the Notes section for the ListBox control.
 +
If the PropertyListBox is Hierarchical and a Header was double-clicked, this event doesn't fire and the Header is Collapsed or Expanded instead.

Latest revision as of 18:27, 9 October 2015

Event
PropertyListBox.DoubleClick ( )


The user has double-clicked on the ListBox. The indexes of the cell that was double-clicked are not passed, but you can determine them using the RowFromXY and ColumnFromXY methods. See the example in the Notes section for the ListBox control. If the PropertyListBox is Hierarchical and a Header was double-clicked, this event doesn't fire and the Header is Collapsed or Expanded instead.