Unplanned
Last Updated: 17 Apr 2024 14:30 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 17 Apr 2017 05:37
Category: Scheduler/Reminder
Type: Bug Report
1
FIX. RadScheduler - visual glitch when manipulating the columns width
To reproduce: please run the attached sample project and have a look at the gif file.

Workaround: in the _HideWeekDays method, don't pass 0 width as a parameter in the SetColumnWidth method. Use 0.01 instead.
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 19 Jun 2017 10:56
Hello Fabian,

Thank you for writing.

The values passed to the SetColumnWidth method are proportional and the actual width of the columns is calculated based on them. You can't set it to 0 because it will break the proportional calculation. It is possible to set the proportional value to a very small number, e.g. 0,01. Thus, the layout will be correct.
Fabian
Posted on: 17 Apr 2017 07:09
0.01 does not remove the columns, but makes them very narrow which is not a solution.