top of page

WPF Calendar control

I'm creating a WPF calendar control from scratch. The following is the list of releases I’m working through. Each release represents a set of improvements and changes that I made from its previous release, all at one place.

For any queries regarding to this project contact me at itsmystyle.shaik@gmail.com

Version 1.0.4 - Go to Today and scroll up/down to change month
This release contains "Go to Today" and scroll up/down to change month.

Version 1.0.3 - Highlight today
This release contains code which highlights today with a solid background color. The today’s background color is set to whatever color is set to the header background.

07.png

Version 1.0.2 - Dynamic dates
This release contains code that lays out dates dynamically as result of up and down arrow buttons clicks.

version 1.0.2.jpg

Version 1.0.1 - Layout dates

This release contains code that lays out dates of the present month in the container borders.

version 1.0.2.jpg

Version 1.0.0

This release contains rendering of borders, calendar lines and days of week.

version 1.0.0.jpg
bottom of page