Browse by Tags
All Tags » Row » Column (RSS)
-
I have a grid bound to a collection of users, each row is bound to a user.
class User { int Level {get;set;}}
How to implement two-way binding of a column HighLow:bool to a property Level:int on an entity User when to implement a conversion, converter needs to know the entity to
which current row is bound (conversion logic depends on some ...
-
Hi everybody,
Is there a way to invert rows and columns in the DataGrid ?
Indeed, I need to display each item of my ObsverableCollection as a column, and each row should represent a property of this item.
Thanks.
|
|
|
|