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

Notification

Icon
Error

Options
Go to last post Go to first unread
sviluppophotosi  
#1 Posted : Thursday, July 2, 2009 11:45:26 PM(UTC)
sviluppophotosi

Rank: Advanced Member

Groups: Member
Joined: 2/5/2008(UTC)
Posts: 30

After the setting of the folder view to a specific folder via the GoToFolder method, I want to hide the TreePane to the user (I'm in a three pane layout).

I tried to use the TreePaneWidth property, setting it to 0, but while in java applet it's working fine (the slider is completely to the left of the window), on internet explorer, with the activex component, I continue to see the scrollbars so the TreePane is still visible and confusing for the user.

How can I manage this?

Thank you and kindly regards,
Ivan
Tamila  
#2 Posted : Friday, July 3, 2009 6:00:18 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hello Ivan,

If you want to hide folder pane you need to use the following property:
Code:
iu.addParam("TreePaneWidth", "-1");

For more information about this property click here:
ImageUploader TreePaneWidth Property
Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
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.