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
|
|
|
|
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 |
|
|
|
|
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.