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)

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    Q2. I think you are meaning FieldLayouts collection.

    xamDataGrid.FieldLayouts[0] -> "outer"

    xamDataGrid.FieldLayouts[1] -> nested, "inner"

    ...

    Alex.

Children