Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 910 Bytes

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..