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

Editing Control Layout using Expression Blend

2 Answers 84 Views
Upload
This is a migrated thread and some comments may be shown as answers.
yutz
Top achievements
Rank 1
yutz asked on 27 Feb 2009, 06:19 PM
I've got the control loaded in expression blend. How do I go about editing the layout of the control? I want to make the control smaller but I'm not sure how to edit the template.

Thanks!

<UserControl
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    x:Class="RadUploadStyling.Page"
    Width="500" Height="150" xmlns:telerikInput="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d">

    <Grid x:Name="LayoutRoot" Background="White">
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="0.514*"/>
            <ColumnDefinition Width="0.486*"/>
        </Grid.ColumnDefinitions>
        <telerikInput:RadUpload Height="90" Margin="0" VerticalAlignment="Top" HorizontalAlignment="Left"
                d:LayoutOverrides="HorizontalAlignment" Grid.ColumnSpan="2">
        </telerikInput:RadUpload>

    </Grid>
</UserControl>

2 Answers, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 02 Mar 2009, 02:11 PM
Hi Jon,

The style of the RadUpload control cannot be edited in Blend. There is a limitation that is going to be worked around in the forthcoming Q1 release and you will be able to fully edit the control's template in Blend. However, you can change the style of the current RadUpload version. I attached a sample project containing all RadUpload's Templates/Styles that can be customized. For more information you can review the following article that elaborates on customization of RadUploadItems:
http://www.telerik.com/community/forums/silverlight/upload/add-text-field-to-each-file-selected.aspx

Regards,
Ivan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
David Harris
Top achievements
Rank 1
answered on 02 Apr 2009, 03:49 PM
Please ignore this post
Tags
Upload
Asked by
yutz
Top achievements
Rank 1
Answers by
Ivan
Telerik team
David Harris
Top achievements
Rank 1
Share this question
or