Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
change CellHandle size
offspring
Hi,
I wish change the size of my CellHandle
Do you know a property to do it ?
Thanks
Find more posts tagged with
Comments
offspring
Hi
I found
code :
GridHandle gridCheck = efactory.newGridItem( null, 2 /* cols */, 1/* row */ );
ColumnHandle chCheck = (ColumnHandle)gridCheck.getColumns().get(0); //first column
chCheck.setProperty("width", "10%");
A+