I have a HeaderPanel as root object displayed on my page. How do I define minimal width for it, so when user makes browser window width less than this value, horizontal scroll for the whole page appears?
I have a HeaderPanel as root object displayed on my page. How do I
Share
(I’m assuming you use UiBinder since you have tagged the question with “UiBinder”)
You basically just have to set the css property
min-widthto the value you want to have. The above sample shows how to do it with Uibinder.