Silverlight控件DataGrid自定义模板(DataGridTextColumn.ElementStyle)实现居中对齐等复杂界面
Silverlight的DataGrID是功能不完善,还是这种布局的模式我没有掌握呢?
或许是这样:Silverlight的控件后台处理起来像WinForm,前台布局像WebForm
我想随意控制DataGrID列的宽度,对齐方式等,发现根本没有相关属性,
搜索了半天,发现使用模板的方式可以解决,另外在这里不得不说一下:百度在搜索编程方面的结果,真是太垃圾了。
找代码方面的问题,还是Google吧。
sdk:DataGrID.Columns
sdk:DataGrIDTextColumn Binding =" {Binding 楼层号} " header ="楼层号" ="100"
sdk:DataGrIDTextColumn.headerStyle
Style targettype ="sdk:DataGrIDColumnheader"
Setter Property ="WIDth" Value ></ Setter ="HorizontalContentAlignment" ="Center" </ Style
sdk:DataGrIDTextColumn.ElementStyle ="TextBlock" ="Foreground" ="Red" ="HorizontalAlignment" sdk:DataGrIDTextColumn
sdk:DataGrID >
参考:
http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid(VS.95).aspx
http://stackoverflow.com/questions/449386/silverlight-how-do-you-bind-to-control-s-in-the-datagridtextcolumn-headerstyle
以上是内存溢出为你收集整理的Silverlight控件DataGrid自定义模板(DataGridTextColumn.ElementStyle)实现居中对齐等复杂界面全部内容,希望文章能够帮你解决Silverlight控件DataGrid自定义模板(DataGridTextColumn.ElementStyle)实现居中对齐等复杂界面所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)