开发者

Extend datagrid in silverlight 4

开发者 https://www.devze.com 2023-02-21 20:23 出处:网络
Hi does anyone knows what functions do I have to overwrite to make myDataGridEx(that derives from DataGrid) to use instead of:

Hi does anyone knows what functions do I have to overwrite to make myDataGridEx(that derives from DataGrid) to use instead of: Da开发者_C百科taGridRow -> use DataGridRowEx, DataGridRowHeader -> use DataGridRowHeaderEx, DataGridRowHeader -> use DataGridRowHeaderEx, DataGridRowGroupHeader -> use DataGridRowGroupHeaderEx, DataGridColumnHeader -> use DataGridColumnHeaderEx, DataGridCell -> use DataGridCellEx

I will create and Extend the Ex classes.


It's impossible do that with simple overriding. You can download source code of toolkit, get project with DataGrid and change source code extending functionality.

0

精彩评论

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

关注公众号