Apologies if this has been covered, but I have exhausted Google searches on this one.
I have a grid with 5 child grids. One of the child grids does proper horizontal scrolling so the user can see all columns with their widths set as they were at designtime. However, the other 4 would try to mash all coluns together to fit, and then upon changing the size of said columns, it would only show what would fit.
Examining all the properties of the 5 templates, I really don't see anything different that would cause this. I even set HorizontalScrollState to AlwaysShow and still no scrollbar.
Also, I need to know how to change the height of the child grid as well. This could be the problem, maybe the scroll bar is there just not visible?
Thanks.
I have a grid with 5 child grids. One of the child grids does proper horizontal scrolling so the user can see all columns with their widths set as they were at designtime. However, the other 4 would try to mash all coluns together to fit, and then upon changing the size of said columns, it would only show what would fit.
Examining all the properties of the 5 templates, I really don't see anything different that would cause this. I even set HorizontalScrollState to AlwaysShow and still no scrollbar.
Also, I need to know how to change the height of the child grid as well. This could be the problem, maybe the scroll bar is there just not visible?
Thanks.