Hi there,
I have a grid where I'm setting the first column frozen, hardcoding FrozenColumnCount="1" in the XAML. I'm also allowing the user to reorder columns, but I don't want them to be able to move a column to the left of the frozen one, so I only ever have that 1 column frozen, is this possible? Thanks!