Hi there,
In Smartgwt, can I use HLayout and VLayout to realize flextable?
As my understanding, HLayout is like a row, VLayout is like a column, but how can I make alignment between different HLayout(row) or VLayout(column). Just like flextable does, certainly I don't want to assign the width(heigt) for all the memebers in HLayout(VLayout),
Thanks.
In Smartgwt, can I use HLayout and VLayout to realize flextable?
As my understanding, HLayout is like a row, VLayout is like a column, but how can I make alignment between different HLayout(row) or VLayout(column). Just like flextable does, certainly I don't want to assign the width(heigt) for all the memebers in HLayout(VLayout),
Thanks.
Comment