wpftoolkit icon indicating copy to clipboard operation
wpftoolkit copied to clipboard

Scroll in ColorPicker

Open balkarov opened this issue 3 years ago • 1 comments

If ColorPicker has many colors then some colors are not visible. Безымянный

balkarov avatar Apr 12 '21 11:04 balkarov

Hi,

You could try to go in file -Xceed.Wpf.Toolkit/ColorPicker/Themes/Aero2.NormalColor.xaml (for Windows 8 and up) -Xceed.Wpf.Toolkit/ColorPicker/Themes/Generic.xaml (for other Windows)

and look for Style "ColorListStyle" and modify the MaxHeight from 500 to 275 (which is about 13-14 lines of colors). This way, a scrollbar should appear if you have a List of colors greater than 275 in height.

XceedBoucherS avatar Apr 19 '21 19:04 XceedBoucherS