Click here to Skip to main content
15,867,686 members
Articles / Desktop Programming / WPF

Changing the Background color of a WPF ListBox Scrollbar

9 May 2010CPOL 2K   1
To create a different background color for your scroll bar, you simply need to create an extension method like below./// /// Gets the Scrollbar for the current list box/// /// The ListBox to get he scrollbar from./// ScrollBarpublic static ScrollBar GetScrollBar(this ListBox...
Only logged in members can view this content

Please go to the WPF Table of Contents to view the list of available articles in this section.