Hello, I've search in all the tab threads and couldn't find an answer or sample about this.
I couldn't make the heightAdjustMode property to work. I saw the How To sample but I didn't understand exactly what are the different UI changes with the different modes.
I have a Dialog component with a Tab component as content. The problem is that the dialog content is scrolling (with tab headers included), and I just want the content of the tab (which is larger than the dialog's height) to scroll. I set the tab component height to 100% but didn't work at content level. So I started playing with this heightAdjustMode property without luck.
One sample I found in another Tab thread that you provided (
Syncfusion sample) have a very simple tab with content.
I modified it by setting a height to the Tab and start playing with the different modes, and I couldn't see any change at all (I tried making the first tab content three times bigger).
Could you please provide an example of the property?
I want to see how to set a Tab component with at least one of their Tab content big enough to require scroll (scrolling only the tab content without including the headers)
Thank you,
Ernesto