Category Group Expand |
Post Reply |
Author | |
LittleJK
Senior Member Joined: 13 April 2006 Status: Offline Points: 168 |
Post Options
Thanks(0)
Posted: 04 June 2007 at 10:50am |
Hi, is there a work around on how to keep a category group expanded all the time, even when the user would click the expand/collapse button. I know there were work arounds for the Report Control in this matter.
|
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
You can check it with a little timer (100 ms).
Even if .Expanded=False, set it to true.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
try this:
Category.Expanded = true
Category.Expandable = false
This will hide the plus/minus button
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions 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 |