Freeze Columns from right to left

ぐ巨炮叔叔 提交于 2019-12-24 02:32:33

问题


I have a data grid in which I need to freeze the rightmost column. It is no problem to freeze the columns from left to right with the FrozenColumnCount property.

Does anyone of you know how to do this?

Thx in advance,

TJ


回答1:


There is no way to Freeze a column to the right if you want the others to scroll. If this functionality is critical to your app I would suggest investigating the third party Silverlight grid controls on the market e.g. Telerik, Infragistics etc



来源:https://stackoverflow.com/questions/4969429/freeze-columns-from-right-to-left

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!