The Width of the ColumnDefinition is not updated after resizing it via the resizers.
If the following steps are performed: - Hold the Ctrl keyboard key - Highlight a task by clicking it with the mouse - Highlight a second task - Release the Ctrl key - Click the first task again Cause the second highlighted task to still be highlighted.
When adding new tasks the control does not update his ExtentHeight and ExtentWidth.
Not for Silverlight, I need it for WPF projects. Please change it.
If the Timeline part of the control is shrunk to a state it doesn't need a scroll bar anymore (by changing PixelLength or VisibleRange) and after that it is enlarged, its size doesn't change, but the ScrollBar values update. Available in LIB version 2016.2.627, it will be also available in the 2016 R3 release.
If the current culture (German) is set to a culture with 24 format the default 12 format is used in the TimeRuler and the dragging/resizing Tooltip of the control. Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
If the TasksSource is cleared in the TaskEdited event of the control the event is called in a loop. Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
Available in the 2016 R2 release.
Make the default behavior of the auto scrolling which is trigger by selection of a task in the GridView part of the control customizable. The current default built-in behavior is: * If you select a row (task) in the GridView part which has its event container currently not visible is auto scrolled into to the view to the default (left) position in the TimeRuler Available in the 2016 R2 release.
Available in LIB version 2015.3.1123, it will be also available in the 2016 Q1 release.
When collapsing the parent task first and then the child tasks a System.OverflowException is thrown.
When removing Tasks that are not visible (the parent task is collapsed) an ArgumentOutOfRangeException is thrown.