Browse Source
This XAML works after this fix: <Fluent:RibbonWindow RenderOptions.BitmapScalingMode="HighQuality" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:windows="clr-namespace:MCC.Visu.Configurator.Windows" xmlns:Fluent="clr-namespace:Fluent;assembly=Fluent" > <Grid> <Fluent:Ribbon > <Fluent:RibbonTabItem> <Fluent:RibbonGroupBox> <Fluent:Gallery> <Fluent:Gallery.ItemContainerStyle> <Style /> </Fluent:Gallery.ItemContainerStyle> <Image /> </Fluent:Gallery> </Fluent:RibbonGroupBox> </Fluent:RibbonTabItem> </Fluent:Ribbon> </Grid> </Fluent:RibbonWindow>pull/586/head
3 changed files with 6 additions and 5 deletions
Loading…
Reference in new issue