Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
Scrollbar not working inside stackpanel
posted

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

  • 415
    Offline posted

    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.