VGROW HGROW

0 views
Skip to first unread message

diego...@gmail.com

unread,
Mar 13, 2009, 7:05:45 AM3/13/09
to JDLayout Users
in versione 2.2
You can set autoresize item into cols and rows with:

hgrow:true // expand item into column
vgrow:true // expand item into row

souce sample:

Item{
hgrow:true
vgrow:true
valign:"middle"
halign:"right"
item:
javafx.ext.swing.SwingTextField {
columns: 12,
text: "TextField",
editable: true
}
}
Reply all
Reply to author
Forward
0 new messages