This is a migrated thread and some comments may be shown as answers.

Timeline height 0 exception

1 Answer 36 Views
TimeLine
This is a migrated thread and some comments may be shown as answers.
Kirk
Top achievements
Rank 1
Kirk asked on 08 Nov 2012, 10:43 PM
I think I found a bug that causes an InvalidOperationException with the timeline. If the timeline is empty and allowed to be sized to 0 height it will throw the exception.

In my case I have it in a row in a grid that is set to auto. When the program loads before the data is loaded into the timeline the exception happens.

This code will reproduce the issue.

<Grid x:Name="LayoutRoot">
    <Grid.RowDefinitions>
        <RowDefinition Height="Auto" />
        <RowDefinition />
    </Grid.RowDefinitions>
    <telerik:RadTimeline />
</Grid>

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 13 Nov 2012, 01:04 PM
Hi Kirk,

Yes, you are correct - this is a bug. We have already fixed it and the fix is available in the latest internal release and will be part of Q3 2012 SP1. You can download the lib and test your application with it, in order to make sure that problem you found is the same as the one we fixed.

All the best,
Tsvetie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TimeLine
Asked by
Kirk
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or