DevExpress RibbonPageGroup 无法正确滚动

DevExpress RibbonPageGroup not Scrolling correctly

我正在使用 RibbonPageGroup 设置为 AllowCollapse="False",里面有 BarItemLink 个项目。

例如:

 <dxr:RibbonPage Caption="TestPage">
                    <dxr:RibbonPageGroup Name="pTestGroup" AllowCollapse="False">
                        <dxb:BarItemLink BarItemName="bTestItem1" RibbonStyle="Large" />
                        <dxb:BarItemLink BarItemName="bTestItem2" RibbonStyle="Large" />
                    </dxr:RibbonPageGroup>
                </dxr:RibbonPage>

我正在使用 AllowCollapse 因为我希望项目水平滚动。我面临的问题是,当我单击右滚动按钮时,它会移动到项目的末尾,而当我单击左侧滚动按钮时,它会移动到开头。换句话说,滚动功能无法正常工作。

有什么想法吗?

这似乎是 DevExpress 的一个错误。转载于此:Items in RibbonPageGroup are scrolled to the end each time scroll buttons are pressed