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

How Can we change height and width of Radupload Control.

1 Answer 129 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Kz
Top achievements
Rank 1
Kz asked on 13 Feb 2012, 09:21 PM
Hi,

I want to change the height and width of Radupload control.  I  assigned Hight and Widht properties of controls but its not working,

1 Answer, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 16 Feb 2012, 12:43 PM
Hello sri ,

 In the Style snippet below you can see the below Values of Width, Height, MinWidth and MinHeight of the RadUpload:

<Style x:Key="RadUploadStyle1" TargetType="telerik:RadUpload">
        <Setter Property="MinHeight" Value="175"/>
        <Setter Property="MinWidth" Value="350"/>
        <Setter Property="MaxHeight" Value="300"/>
        <Setter Property="Width" Value="400"/>
So , I guess you have tried to set Width less than 350 or Height less than 175. If so, you need to set the MinHeight and MinWidth too. 

Regards,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Upload
Asked by
Kz
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or