This question is locked. New answers and comments are not allowed.
I need the scrollbar to be visible if the content of the last column is clipped. It appears that when I set the last column width to "auto", the scrollbar is visible, but I want the width column to be set to "*" instead.
How can I make the scrollbar visible as the grid is part of a base XAML class used in two area's of the UI. One where scrollbar is not necessary as the width is wide enough to view all the content and another where I need a scrollbar as the details in the last column is wider than the visual area.
Thoughts?
Paul
How can I make the scrollbar visible as the grid is part of a base XAML class used in two area's of the UI. One where scrollbar is not necessary as the width is wide enough to view all the content and another where I need a scrollbar as the details in the last column is wider than the visual area.
Thoughts?
Paul