Scrollbar does not show in WPF TileViewControl when theme applied

Hello,

I've come accross a behavior when theme applied

xmlns:syncfusionskin ="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
syncfusionskin:SfSkinManager.Theme="{syncfusionskin:SkinManagerExtension ThemeName=MaterialDark}"

tileview control looses its scrollbars:

<Grid>
        <syncfusion:TileViewControl MinimizedItemsPercentage="27"
                                    ItemsSource="{Binding ReleaseList}" 
                                    VerticalScrollBarVisibility="Visible"
                                    RowCount="3"
                                    ColumnCount="2"
                                    IsVirtualizing="True"
                                    MinimizedItemTemplate="{StaticResource MinimizedTemplate}"
                                    MaximizedItemTemplate="{StaticResource ItemTemplate}"
                                    ItemTemplate="{StaticResource ItemTemplate}"
                                    HeaderTemplate="{StaticResource HeaderTemplate}"/>
</Grid>

Does anyone have the same experience?

Thanks for replies and thoughts

2 Replies 1 reply marked as answer

BR Bharathi Rajakantham Syncfusion Team March 23, 2021 03:02 AM UTC

Hi Martin, 

Thanks for contacting Syncfusion Support. 

We have checked the reported query “ScrollBar not visible when theme applied ” with our TileView and logged a bug report on this. The patch for this fix is expected to be available on 13th April 2021. You can track the status of the issue using the feedback link below. 


We appreciate your patience until then. 

Regards, 
Bharathi R 



SG Sangeetha Ganesan Syncfusion Team April 13, 2021 12:14 PM UTC

Hi Martin,

The reported issue “ScrollBar not visible when theme applied ” is fixed and included in today's published NuGet release [19.1.0.56] . You can refer it in nuget.org.

Nuget Link: https://www.nuget.org/
 

Please let us know if you have any other concerns. We will be glad to assist you.

Regards,
 
Sangeetha G 


Marked as answer
Loader.
Up arrow icon