WPF Flexgrid .Net 6.0 Horizontal scrollbar

Posted by: rambabu on 11 May 2023, 12:34 am EST

    • Post Options:
    • Link

    Posted 11 May 2023, 12:34 am EST - Updated 11 May 2023, 12:39 am EST

    Hello,

    the Horizontal scrollbar in the WPF flex grid is auto-hiding and showing only on highlighting the flex grid.

    Is there any way to keep the horizontal scrollbar showing always?

    Thanks

  • Posted 14 May 2023, 3:25 pm EST

    Hi Rambabu,

    To display the horizontal scroll bar consistently, you can assign the value “Visible” to the HorizontalScrollBarVisibility property of the Flexgrid. Please see the following code snippet for the same:

     <c1:FlexGrid x:Name="flexgrid" HorizontalScrollBarVisibility="Visible"/>

    Kindly refer to the attached sample for full implementation. ShowHorizontalScrollBarNET6.zip

    Thanks & Regards,

    Aastha

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels