Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
mtalbert  
#1 Posted : Friday, December 10, 2010 7:54:22 AM(UTC)
mtalbert

Rank: Newbie

Groups: Member
Joined: 12/10/2010(UTC)
Posts: 1

Thanks: 1 times
Is there a property or a way to set the Folder Pane or any other pane to expanded by default? I am using Image Uploader 7 and have not found a way to have it start expanded. Currently the folder pane starts minimized, and personally the button to open it up is not very intuitive.

Thanks for your help.
Dmitry.Obukhov  
#2 Posted : Saturday, December 11, 2010 12:24:35 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Matt,

To show folder pane you need to set height of it less than height of Uploader control:
Code:

<aur:Uploader ID="Uploader1" runat="server" OnFileUploaded="Uploader1_FileUploaded"
LicenseKey="<%$ AppSettings:ImageUploaderLicenseKey %>" Width="100%" Height="500px">
<FolderPane Height="350" />
</aur:Uploader>
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
mtalbert on 12/14/2010(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.