Hi, I am using XAMDataGrid inside stack pnale along with few other childs. when there are multiple items in xamdatagrid vertical scrollviewer not displaying even I have made
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.CanContentScroll="True" ScrollViewer.VerticalScrollBarVisibility="Auto". please suggest.
Regards
Hitesh
just to ad in above, I resolved it by making scrollbar outside stackpanel and added cancontentscroll=true. now xamdatagrid has scrollbar(vertical) but it moves to bottom and hide on further scrolling. how to stop it.