Difference between revisions of "PropertyListBox.CustomGridLinesVertical"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(11 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
| type=Integer
 
| type=Integer
 
| readonly=no
 
| readonly=no
 +
| newinversion=1.4.0
 +
| version=1.8
 
}}
 
}}
 +
 +
 +
 +
Uses the Listbox GridLines constants
 +
See [http://docs.realsoftware.com/index.php/Listbox#Grid_Lines] for more information

Latest revision as of 18:27, 9 October 2015

Property (As Integer)
aPropertyListBox.CustomGridLinesVertical = newValue
or
IntegerValue = aPropertyListBox.CustomGridLinesVertical


Uses the Listbox GridLines constants See [1] for more information