开发者

Is it possible to center align the data in a grid control?

开发者 https://www.devze.com 2023-01-02 01:16 出处:网络
Is it possible to center align the data in a grid control? If so pleas开发者_如何学Pythone help.You can provide ItemStyle-HorizontalAlign=\"Center\" as property to your column in the grid view/ data g

Is it possible to center align the data in a grid control? If so pleas开发者_如何学Pythone help.


You can provide ItemStyle-HorizontalAlign="Center" as property to your column in the grid view/ data grid.


Define a Celltemplate with HorizontalAlignment="Center"

  • Link: http://msdn.microsoft.com/en-us/library/system.windows.controls.gridviewcolumn.celltemplate.aspx


In your grid define

HorizontalAlignmnet = "Center"
0

精彩评论

暂无评论...
验证码 换一张
取 消