A .NET6 date scroller control.
-
Get the package from NuGet.
-
Add the files to your
<Resources />
:
<Application x:Class="Application"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Laila.DateScroller;component/Themes/Blue.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
- Put the control on your WPF form and bind the FirstDate, LastDate, StartDate, EndDate properties and optionally the AmountItems property..