Hi there!
I am trying to use the RadSplitter with its Width and Height properties at 100% to have a full screen layout in the browser.
Before you think about this : Yes, I have read all the possible answer on this subject (the 100% on each container.) Please read further
My layout is composed of an horizontal Splitter (header, content, footer), with both header and footer having fixed sizes
and a nested vertical splitter in the content, having a sliding pane on each side and a main content pane in the middle.
I've come to setup the layout at 100% percent and everything works fine... until I make a single-classic-ASP.Net postback (synchronous).
After the postback, the Splitter takes (100% + scrollbar size) in both horizontal and vertical, and thus makes window's scrollbars to appear.
I can set the overflow:hidden on body to make them disappear, but my header and footer are still overflowing on the right and bottom, hiding some of my right aligned content.... Sad world. :(
Anyone already had this issue ? is it a bug ? am I too stupid to use a RadSplitter ?
I am trying to use the RadSplitter with its Width and Height properties at 100% to have a full screen layout in the browser.
Before you think about this : Yes, I have read all the possible answer on this subject (the 100% on each container.) Please read further
My layout is composed of an horizontal Splitter (header, content, footer), with both header and footer having fixed sizes
and a nested vertical splitter in the content, having a sliding pane on each side and a main content pane in the middle.
I've come to setup the layout at 100% percent and everything works fine... until I make a single-classic-ASP.Net postback (synchronous).
After the postback, the Splitter takes (100% + scrollbar size) in both horizontal and vertical, and thus makes window's scrollbars to appear.
I can set the overflow:hidden on body to make them disappear, but my header and footer are still overflowing on the right and bottom, hiding some of my right aligned content.... Sad world. :(
Anyone already had this issue ? is it a bug ? am I too stupid to use a RadSplitter ?