When I create one of my accordions through code (ie not via loadlayout), the pane is 'open' or selected. I'd like for it to default to 'closed'. I've tried SelectedIndex = -1 but it doesn't help. Any ideas?
That doesn't work either. The problem seems to be coming from the fact that I'm adding an accordion to each row of a listview. I'm doing that in order to get the opening/closing of the internal accordions to expand and contract properly without overrunning what's below