Declined
Last Updated: 12 Sep 2016 13:46 by Hammad
The horizontal scrollbar disappears setting RadTileList's background to black and when Windows8Touch theme is used.

Declined: By default the ScrollBar's Thumb in Windows8Touch theme is transparent black and it is expected not to be visible on black background.

For customization of the ScrollBar see attached project:
1. Extract the Style and Control Templates for the ScrollBar and its components from the System.Windows.xaml
2. Modify the HorizontalThumb and VerticalThumb's backgrounds to any color different from black - e.g. MainBrush, which is white in Windows8Thouch theme, change any needed opacities in the VisualStates
3. Apply the style globally for your application in App.xaml or only to the needed controls - in their <Control>.Resources (including all its needed resources)
Declined
Last Updated: 30 Dec 2014 09:19 by ADMIN
ADMIN
Created by: Nick
Comments: 1
Category: TileList
Type: Bug Report
0

			
Declined
Last Updated: 23 Mar 2016 15:20 by ADMIN
If there is only one tile in a group and its Visibility property is set to Collapsed, the group header does not disappear.