© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
2 replies
Mek

✅ Styling Avalonia DatePicker Control

My Code: https://pastebin.com/v057vZCS
Avalonia Code For DatePicker Style: https://pastebin.com/QewxMCD9

I am trying to style this DatePicker, and I'm doing it as it's own UserControl so that I can call it when needed. I want it's style, whether opened or closed, to be with a black background
{DynamicResource Background}
{DynamicResource Background}
, specific value hex of blue
{DynamicResource BorderColor}
{DynamicResource BorderColor}
for the border and for the spacers in between the day/month/year values whether open or close, and darkgray text
{DynamicResource FontColor}
{DynamicResource FontColor}
whether opened or closed, but I can't figure it out. Any help is appreciated. Thank you.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Flyout Styling (Avalonia)
C#CC# / help
16mo ago
Styling in Avalonia
C#CC# / help
2y ago
✅ Styling Expander Avalonia
C#CC# / help
3y ago
✅ Styling ComboBox Avalonia
C#CC# / help
3y ago