Difference between revisions of "Md Button.AutoWidth"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision imported)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
}}
 
}}
 +
  
  
 
If set to the True, the button's width will automatically adjust to the width of the text it contains
 
If set to the True, the button's width will automatically adjust to the width of the text it contains
 
The default is false.
 
The default is false.

Revision as of 23:07, 15 August 2016

Property (As Boolean)
amd_Button.AutoWidth = newValue
or
BooleanValue = amd_Button.AutoWidth


If set to the True, the button's width will automatically adjust to the width of the text it contains The default is false.