Kendo UI Splitter height

邮差的信 提交于 2019-12-11 10:36:42

问题


Posted 3 hours ago (permalink)

Hi everyone,

I'm doing an ASP.NET MVC project with Kendo UI, and I've got a little problem.

I have a jquery script for re sizing my splitter.

window.onload = function () {
      $("#vertical").css("height", $(window).height());
};

But when I load my layout, I've got the good size, but not the good display.

If I hide my bottom splitter , and then show it, it's the well display (2.png) Thanks all for you answers :)


回答1:


Did you try the following css #vertical{height:100%;} ?



来源:https://stackoverflow.com/questions/14083996/kendo-ui-splitter-height

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!