Skip to content

lailablomme/Laila.DateScroller

Repository files navigation

Laila.DateScroller

A .NET6 date scroller control.

Installation

  1. Get the package from NuGet.

  2. 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>
  1. Put the control on your WPF form and bind the FirstDate, LastDate, StartDate, EndDate properties and optionally the AmountItems property..

About

A .NET6 date scroller control.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published