Completed
Last Updated: 15 Oct 2021 10:55 by ADMIN
Release LIB 2021.3.1018 (18 Oct 2021)
Stenly
Created on: 04 Oct 2021 10:23
Category: Chat
Type: Bug Report
1
Chat: Setting a theme with StyleManager for the control only, does not theme the scroll.

When using StyleManager.Theme to set a theme for the control, the scroll does not get themed. When setting the theme for the whole application, the scroll is themed correctly. 

To work this around, subscribe to the Loaded event of the RadChat control. Using the visual tree helpers, get the ScrollBar element with x:Name="PART_VerticalScrollBar" and set the theme for it using the StyleManager.SetTheme static method.

0 comments