Purpose Suppress the horizontal scrollbar of the table control |
Solution Define all columns to be fixed, setting the option fixedColumns=: Table (3,6) (9,80) name="cust" rows="12" fixedColumns="3"Column "Company" size=30 name="company" Column "City" size=20 name="city" Column "Country" size=20 name="country" Without option fixedColumns=: Table (3,6) (9,80) name="cust" rows="12"Column "Company" size=30 name="company" Column "City" size=20 name="city" Column "Country" size=20 name="country" With fixedColumns= "1": Table (3,6) (9,80) name="cust" rows="12" fixedColumns="1"Column "Company" size=30 name="company" Column "City" size=20 name="city" Column "Country" size=20 name="country"
|
Components |