This is a migrated thread and some comments may be shown as answers.

Incorrect screen width calculation on maximised window

3 Answers 77 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jared
Top achievements
Rank 1
Jared asked on 17 Nov 2011, 03:57 PM
Hello,

When browser maximised, and parent-splitter-holder width is set to 100%, on loading the code recalculates it to 1901px when my screen is 1920px - leaving a large white gap on the right-edge of my screen.

If I manually resize the browser window it correctly recalculates and fills the entire width of the browser.

http://i41.tinypic.com/5lz6sz.png

Thanks,

Jared

Chrome 15 and FF + Win 7 

3 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 17 Nov 2011, 05:00 PM
Hello Jared,

Try setting

html
{
     overflow:hidden;
}

in your CSS

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jared
Top achievements
Rank 1
answered on 17 Nov 2011, 05:08 PM
Sub 60-minutes response time. You guys rock. Thank you,
0
Vitantonio
Top achievements
Rank 1
answered on 29 Oct 2012, 11:36 AM
Hi,

I don't can use 

html
{
     overflow:hidden;
}

because I have need of vertical scroll.

How i can to do ??
Tags
Splitter
Asked by
Jared
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Jared
Top achievements
Rank 1
Vitantonio
Top achievements
Rank 1
Share this question
or