dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Implement markSelectedDaysOfPreviousOrNextMonth Property #140

Closed leewyatt closed 1 month ago

leewyatt commented 1 month ago

The markSelectedDaysOfPreviousOrNextMonth property exists within the CalendarView, but there is currently no logic in the updateView method to handle the visual representation based on this property. As a result, selected days from the previous or next months do not have any distinctive styling, which can be misleading or inconsistent with user expectations.