Remove the Glyph from the ScrollBar thumb...

WPF Studio, Themes, and Shared Library for WPF Forum

Posted 10 years ago by Jack Stephenson
Version: 14.1.0601
Platform: .NET 4.5
Environment: Windows 8 (64-bit)
Avatar

I have been sifting through the style folder and cant seem to impact this.

I want to remove the 4 bars on the slider thumb.

I am using Metro dark theme if that makes any difference.

Thanks

Jack Stephenson

Comments (2)

Answer - Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jack,

The various AssetResourceKeys.ScrollBarThumbGlyphBackground* assets like ScrollBarThumbGlyphBackgroundNormalBrushKey can be set to Transparent to hide that.  You can redefine those assets in your App.Resources like this:

<SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.ScrollBarThumbGlyphBackgroundNormalBrushKey}" themes:TintGroup.Name="ScrollBarThumb" Color="Transparent" />


Actipro Software Support

Posted 10 years ago by Jack Stephenson
Avatar

Thanks

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.