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
105
Scrollbar tooltip visibility
posted

How can be disappeared the tooltip that appears when clicking the scrollbar?

Thanks.

Parents
No Data
Reply
  • 6365
    Verified Answer
    Offline posted

    Hello Alexey,

    In order to disable the tooltips while scrolling in the XamDataGrid, you can set the ScrollingMode property of the control to "Deferred" (it is "DeferredWithScrollTips" by default).

    <igDP:XamDataGrid x:Name="dataGrid" ScrollingMode="Deferred">
        ...
    </igDP:XamDataGrid>

    If you have any questions, please let me know.

Children
No Data