We have prepared a sample and tried to meet your requirement. In the sample, we have retrieved the buttons from SfDateSelector using VisualTreeHelper and hooked the Tapped events.
Great. That definitely does the job. Interesting phenomenon though: every time you close the selector using one of the buttons, the number of times the corresponding handler fires increases -- once the first time, twice the second time, and so on. Not a severe issue as I don't expect the user to change the date many times at once.
Yes. You can style the selector to fill entire screen by setting the DropDownHeight property in SfDatePicker and Width of SfDateSelector in SelectorStyle property. Please download the sample from following link,
OK. This requires setting the properties in code behind after determining the screen dimensions, correct? DropDownHeight is straightforward. How about setting the selector Width?
Thanks and regards,
-Jürgen