Hi,
I am creating the sections at design time. If the content is too long for the width of the control, it does not wrap.
What do I need to do to make it wrap.
Thanks,
Ken
Hi,
I am creating the sections at design time. If the content is too long for the width of the control, it does not wrap.
What do I need to do to make it wrap.
Thanks,
Ken
I cannot see this here.
Please send a sample project with which this can be reproduced so we know all details.
When I create a new accordion it is ok. I will have to experiment with my existing one which is not wrapping.
If you put it inside a WebPanel it no longer wraps!
The panel adds the CSS style white-space: nowrap
So, if the accordion is on the panel, add CSS on the TWebAccordion to have white-space: normal
Ok, thanks.