-
-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Description
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.
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
Labels
No labels