Difference between revisions of "PropertyListStyle.TextAlign"
From Jeremie Leroy - XOJO Controls Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
Defines the item's text alignment. | Defines the item's text alignment. | ||
+ | |||
+ | Use the Listbox.AlignX constants: | ||
+ | |||
+ | Listbox.AlignDefault | ||
+ | |||
+ | Listbox.AlignLeft | ||
+ | |||
+ | Listbox.AlignCenter | ||
+ | |||
+ | Listbox.AlignRight |
Latest revision as of 22:46, 7 October 2015
Property (As Integer)
Defines the item's text alignment.
Use the Listbox.AlignX constants:
Listbox.AlignDefault
Listbox.AlignLeft
Listbox.AlignCenter
Listbox.AlignRight