本文介绍了如何增加数据列表中第N个项目的高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好朋友,
我想设计我的数据列表
如
我想创建我的数据列表,因为它的第一个项目应该放大,而不是其他项目.
如何显示
hello friends,
i want to design my datalist
such as
i want to create my datalist as its first items should be enlarge rather then other items.
how it possible to show
推荐答案
DataList1.Items[0].Height = new System.Drawing.Size(100, 100);
//instead of 100, 100 as height and width you can give according to your wish.
--Amit
--Amit
这篇关于如何增加数据列表中第N个项目的高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!