Skip to content

Ribbon scrolling on touch screen #1176

@AelyPro

Description

@AelyPro

Hello,
I have trouble getting the scrolling on a ribbon right.
At the top of my application I have a ribbon with multiple button.
Once the window get too small I can scroll throughthe button with the 2 arrow at each side and with the mouse wheel.
As my application is mostly used on a touch screen I'd like my users to be able to scroll through the menu simply by dragging their finger on it but it's not working.

ribbonScrolling

My code is as follow

<Fluent:Ribbon AreTabHeadersVisible="False">
   <Fluent:Ribbon.ToolBarItems>
      <Fluent:Button
         Command="{Binding AboutCMD}"
         Icon="{StaticResource aboutIcon}"
         LargeIcon="{StaticResource aboutIcon}"
         Size="Middle"
         ToolTip="À-Propos" />
   </Fluent:Ribbon.ToolBarItems>

   <Fluent:RibbonTabItem Header="">
      <Fluent:RibbonGroupBox>
         <!--  Refresh  -->
...        
      </Fluent:RibbonGroupBox>
   </Fluent:RibbonTabItem>
</Fluent:Ribbon>

Environment

  • Fluent.Ribbon v10.0.4
  • Windows 10 22H2
  • .NET Framework net7.0-windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions