码迷,mamicode.com
首页 > 其他好文 > 详细

Devexpress GridControl无限高度惹得祸

时间:2018-06-25 15:04:29      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:页面   oid   ecif   this   case   指点   maxheight   except   hat   

异常提示:

issue, place the grid into a container that will give a finite height to the grid, or manually specify the grid‘s Height or MaxHeight. Note that you can also avoid this exception by setting the GridControl.AllowInfiniteGridSize static property to True, but in that case, the grid will run slowly.”

发生场景:Grid布局中加了GridControl后出现

发生原因:网络指点,GridControl如果无限高度的话,由于grid需要渲染,因此没有高度的grid系统dev认为无法完成,因为会耗尽宽带,直接不处理。

症状:页面加载失败,无法显示,

处理意见:grid设置固定高度,或者装载grid的容器设置固定高度。

<Grid Grid.Column="1">
<Grid.RowDefinitions>
<RowDefinition Height="5*"/>
<RowDefinition Height="95*"/> 原本:height=auto
</Grid.RowDefinitions>
</Grid>

 

Devexpress GridControl无限高度惹得祸

标签:页面   oid   ecif   this   case   指点   maxheight   except   hat   

原文地址:https://www.cnblogs.com/stoneWl/p/9223765.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!