java - How can i make a control to take whole space of parent in javafx? -
i want take text box take whole space of gridpane don't want hardcode size. swt programmer used pass swt.fill,swt.fill take vertical , horizontal space. , upon resizing window textbox used expand vertically , horizontally. can achieve using javafx. in advance
to have set, row span , column span. example if have 4 column in gridpane , want textfield have size of 4 column need set column span remaining. , field take column
Comments
Post a Comment