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
555
ScrollInfo.ScrollOwner.VerticalScrollBarVisibility
posted

1- how can wirite following code in xaml?

this

.XamDataGrid_SearchResults.ScrollInfo.ScrollOwner.VerticalScrollBarVisibility = SCrollBarVisibility.Visible;

2- how can wirite access to inner XamDataGrid represented in a hierachical view?

(i need use code in part 1 to it)