Hi,
I saw this option
gr.SelectionMode = SelectionMode.MultiExtended
however I can't find the .selecteditems or indexs property
Is there a way to access it?
Q2,
I have 3 columns and set their width. but if exceed, horizonscroll scrollbar will appear.
Use both Grid.DisplayHorizontalLines and ScrollAlwaysVisible did not work.
Is there a way to hide?
Q3,
How to center align text content for entire column?
I used HorizontalAlignment but failed.
Thanks you!