Hello Guys!
I have encountered on issue that I cannot go trough. It is as simple as just changing the header background color.
I could find control template for that part. Blend only offers me styling of clockpanel but i dont need that.
And setting just HeaderContent also doesn't help we cause as a result i got something like that: http://floomby.ru/content/gRUF52uixU/
And here goes the source-code of it
<fiqas:FiqasTimePicker SelectedTime="{Binding EndTime, Mode=Twoway}" Grid.Column="3" Margin="0" VerticalAlignment="Center" Style="{StaticResource FiqasTimePickerStyle1}" Padding="0"> |
<fiqas:FiqasTimePicker.HeaderContent> |
<StackPanel Background="{StaticResource BannerBackgroundBrush}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> |
<TextBlock Text="Select Time" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" /> |
</StackPanel> |
</fiqas:FiqasTimePicker.HeaderContent> |
</fiqas:FiqasTimePicker> |
update: and I also didnt discover how can I change background and button styles in select time panel.
Any help would so appreciated!
Thanks in advance!