Skip to content

Instantly share code, notes, and snippets.

View Apflkuacha's full-sized avatar

Apflkuacha

  • Austria
View GitHub Profile
@Apflkuacha
Apflkuacha / DateTimePicker.xaml
Last active February 24, 2025 14:49 — forked from make4fun/DateTimePicker.xaml
C# DateTimePicker for WPF
<UserControl x:Class="Controls.DateTimePicker"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
mc:Ignorable="d">
<UserControl.Resources>
<ResourceDictionary>
<controls:InvertBoolConverter x:Key="InvertBoolConverter" />