How can I vertically center an element with GWT?

前端 未结 3 1088
被撕碎了的回忆
被撕碎了的回忆 2021-02-09 17:52

Perhaps I haven\'t been searching the right way but I cannot figure out for the life of me how to center an element using GWT Layout Panels.

I\'m using UiBinder and I\'v

3条回答
  •  耶瑟儿~
    2021-02-09 18:02

    Have you tried setting width less than 100% ... i feel the width of HorizontalPanel becomes 100% ... so it occupies whole DockLayoutPanel and thus the FlexTable might be getting left aligned.

提交回复
热议问题