Accordion Control inside a CollapsePanel control odd behavior
-
I'm developing an acsx which has an Accordion control inside a CollapsePanel. If the control loads with the CollapsePanel collapsed, when I expand or collapse panes in the Accordion control the panel which comprises the CollapsePanel's body resizes accordingly with the Accordion pane. If the control loads with the CollapsePanel expanded, the CollapsePanel's body does not resize with resizing on the AccodionPanes. However, if I collapse and expand the CollapsePanel then it starts working as expected. I have tried expanding the CollapsePanel by default by setting the Property on the CollapsePane in design mode and throught code in page_load (setting Collapse=true and ClientState="true"). Either way the behavior is the same. I am using .NET 2.0 with VS2005. I am using toolkit version 1.0.20229.20821. Thanks, Jeff
-
I'm developing an acsx which has an Accordion control inside a CollapsePanel. If the control loads with the CollapsePanel collapsed, when I expand or collapse panes in the Accordion control the panel which comprises the CollapsePanel's body resizes accordingly with the Accordion pane. If the control loads with the CollapsePanel expanded, the CollapsePanel's body does not resize with resizing on the AccodionPanes. However, if I collapse and expand the CollapsePanel then it starts working as expected. I have tried expanding the CollapsePanel by default by setting the Property on the CollapsePane in design mode and throught code in page_load (setting Collapse=true and ClientState="true"). Either way the behavior is the same. I am using .NET 2.0 with VS2005. I am using toolkit version 1.0.20229.20821. Thanks, Jeff