问题
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