Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: How to make the Up/Down buttons of IngegerUpDown wider

$
0
0
Hi,

You can change the value of "SystemParameters.VerticalScrollBarWidthKey" which used to set the width for the ButtonSpinners :
<xctk:IntegerUpDown Value="35"
                             Height="25">
            <xctk:IntegerUpDown.Resources>
               <sys:Double x:Key="{x:Static SystemParameters.VerticalScrollBarWidthKey}">50</sys:Double>
            </xctk:IntegerUpDown.Resources>
</xctk:IntegerUpDown>

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>