Hello,
I am using the SplitButton in my organization and i am trying to set a BorderBrush color(& BorderThickness) to it in the xaml. But somehow it is not reflecting that on the UI. How can i do that !?
<Actipro:SplitButton Focusable="True" IsEnabled="True" DockPanel.Dock="Right" Margin="0,5,6,6" Height="24" MinWidth="80" x:Name="actipro_btn"
HorizontalAlignment="Right" HorizontalContentAlignment="Center"
AutoDisableWhenPopupContentIsDisabled="False" Label="Press" SnapsToDevicePixels="True"
PopupPlacementTarget="{Binding ElementName=actipro_btn}" VariantSize="Medium" BorderBrush="Red" BorderThickness="1">
</Actipro:SplitButton>
Additionally, how can i set different tooltips to the button (left) and the popup (right hand side part) button !!
Thanks.