本文介绍了我有一个网格,想要从代码隐藏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我在Xml中有一个网格,名称为"GR1".现在,我正在动态创建行和列并填充值,并需要基于后面代码中插入的记录的scoll Viewver.
请帮助
Hi All,
I have a Grid and name as "GR1" in Xml. Now I am dynamically creating rows and column and filling the values and want a scoll Viewver on the basis of inserted record from code behind .
Plz help
推荐答案
<ScrollViewer HorizontalScrollBarVisibility="Auto"
VerticalScrollBarVisibility="Auto">
<Grid>
<!-- Your content here -->
</Grid>
</ScrollViewer
根据您的喜好(隐藏,可见,自动)调整这两个ScrollBarVisibility属性.
Adjust those two ScrollBarVisibility properties to your liking (Hidden, Visible, Auto).
这篇关于我有一个网格,想要从代码隐藏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!