You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will enable RibbonTabControl react to touch manipulation.
If you have a touch screen, you may put your finger on the blank of a RibbonTabItem which contains too many contents, and move your finger, the contents will move horizontally.
By the way, some code in xaml files are not well organized, you may format them.
The text was updated successfully, but these errors were encountered:
shanhongyue
changed the title
A simple code to enable RibbonTabControl reacts to touch manipulation
A simple code to enable RibbonTabControl react to touch manipulation
Dec 5, 2014
When the width of the window is small, but there are many contents in ribbon, some of which will be hidden.
https://skydrive.live.com/redir?resid=FF860405C40AB4A9!7494
If you add such a simple code
<Setter Property="PanningMode" Value="HorizontalOnly"/>
to file:
Fluent\Themes\Office2010\Controls\RibbonTabControl.xaml
Line No. 327
and file:
Fluent\Themes\Office2013\Controls\RibbonTabControl.xaml
Line No. 325
just like this:
https://skydrive.live.com/redir?resid=FF860405C40AB4A9!7495
will enable RibbonTabControl react to touch manipulation.
If you have a touch screen, you may put your finger on the blank of a RibbonTabItem which contains too many contents, and move your finger, the contents will move horizontally.
By the way, some code in xaml files are not well organized, you may format them.
The text was updated successfully, but these errors were encountered: