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

blend exception

1 Answer 73 Views
TileView
This is a migrated thread and some comments may be shown as answers.
ofir
Top achievements
Rank 1
ofir asked on 19 Sep 2010, 09:04 AM
when i build the following code in blend it throws ArgumentException (see attached file)

<UserControl x:Class="Richrach.Views.SilverlightControl11"
        xmlns:Controls="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
        mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400">
    <Grid x:Name="LayoutRoot" Background="White">
        <Controls:RadTileView MaximizeMode="ZeroOrOne" MaxColumns="2" MinimizedColumnWidth="200">
            <Controls:RadTileViewItem TileState="Maximized" Header="תמונה ראשית"
                    MouseLeftButtonDown="RadTileViewItem_MouseLeftButtonDown">
                <Image Source="/Richrach;component/Images/Logo2.png" />
            </Controls:RadTileViewItem>
            <Controls:RadTileViewItem Header="תמונה" MouseLeftButtonDown="RadTileViewItem_MouseLeftButtonDown">
                <Image
                        Source="{Binding Path=DbImages,Converter={StaticResource ImageByIndexConverter},ConverterParameter=2}" />
            </Controls:RadTileViewItem>
            <Controls:RadTileViewItem Header="תמונה" MouseLeftButtonDown="RadTileViewItem_MouseLeftButtonDown">
                <Image Source="/Richrach;component/Images/Logo2.png" />
            </Controls:RadTileViewItem>
            <Controls:RadTileViewItem Header="תמונה" MouseLeftButtonDown="RadTileViewItem_MouseLeftButtonDown">
                <Image Source="/Richrach;component/Images/Logo2.png" />
            </Controls:RadTileViewItem>
        </Controls:RadTileView>
    </Grid>
</UserControl>

WHY ???

1 Answer, 1 is accepted

Sort by
0
Vladislav
Telerik team
answered on 23 Sep 2010, 09:47 AM
Hi ofir,

Please accept our apologies for the delayed response.
Unfortunately we wasn't able to reproduce the described issue. I copied the provided code snippet in the Blend and there wasn't such an error. And the RadTileView is rendered properly.
What is the version of Blend you are using?
What is the version of our controls used?

We will really appreciate if you can send us your project in order to identify the problem.

All the best,
Vladislav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TileView
Asked by
ofir
Top achievements
Rank 1
Answers by
Vladislav
Telerik team
Share this question
or