Changing Navigation Wrap properties
Is there any way to change a "Wrap Horizontal/Vertical Navigation" property of a panel widget programatically ? All other widget properties allow the "=..." notation, but those checkboxes don't. I would even define two different panels based on a condition, but this panel is part of a theme and obviously a conditional can not be a child of a theme and vice versa ...
Any ideas ? I guess I could try to find the widget reference via the Widget API and then set the property with "SetWidgetProperty", but this seems to be very cumbersome, and I'm not even sure if it will work ...
Dirk
|