Hi Vijayalakshmi,
Thanks for your response. Maybe I didn't make myself clear in my original description:
- imagine I have 3 accordion items, each containing content that is higher than the viewable area's height.
- I expand item 1.
- The actual behaviour is that a scrollbar appears, and item 1's content pushes the headers for items 2&3 down below the viewable area. When I move the scrollbar, the header for item 1 disappears above the viewable area, and items 2 & 3 only reappear if I scroll to the bottom.
- what I want to achieve is this: the content would expand to fill the available space, but items 2 & 3 would move to the bottom of the viewable area, and the scrollbar would be contained within item 1's expanded content area. Moving the scrollbar would not move any of the headers, as they would be 'docked' at the top and bottom of the panel.
Does that make sense?
Regarding your questions:
- How do you customize the content of SfAccordionItem?
I'm not sure what you mean by this - each item contains a set of controls contained within a Grid.
- How do you loading the content of SfAccordionItem?
It's declared in XAML within the declaration of each SFAccordionItem.
- Do you customizing the content of SfAccordionItem with any themes?
I'm not using themes.
- Provide your currently using Syncfusion product version details.
I am using version 18.2460.0.44 of Syncfusion.Accordion.WPF.
Thanks!