We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Schedule Control and DPI aware problems

Hi,
I have a monitor 4k and I'm working with the resolution 3840x2160 with text scaled at 150%.
When I use the Schedule Control object I see that the text is redimensioned but not the panels sizes.
Ho can I solve this problem?
For your comodity please find attached a picture

Kind regards,
Claudio.

Attachment: schedule_control_70ea610f.rar

1 Reply

AR Arulpriya Ramalingam Syncfusion Team February 10, 2020 09:48 AM UTC

Hi Claudio, 
 
Greetings from Syncfusion. 
 
In order to change the calendar panel size, the NavigationPanel’s width can be changed based on your requirement. Please refer to the below code. 
 
Example code 
 
//To update the width for CalendarGrid panel. 
scheduleControl1.NavigationPanel.Width = (int)DpiAware.LogicalToDeviceUnits(202);//OR you can adjust the value by hardcode width(More than 250). 
 
Please get back to us, if you have any other queries. 
 
Regards, 
Arulpriya 


Loader.
Live Chat Icon For mobile
Up arrow icon