skip to main content

Controls Reference : LABEL : Properties : Layout-data

Layout-data
The Layout Manager can use this data to help determine the way to show the control. Each manager forces its own interpretation of the meaning of this data.
Possible values are listed in the isresize.def Copybook.
 
Example - Define a label that allows resize in X and Y if required by the layout manager and have limits in max and min width and height
screen section.
  03 screen-1-la-1 Label
     line 3.5
     column 16.9
     size 26.5 cells 
     lines 3.2 cells 
     font Berlin-Sans-FB-9v0
     max-width 30.0
     min-width 10.0
     min-height 2.0
     max-height 5.0
     layout-data 17
     title "This is the main Title"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left