BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
As can be seen from the title I have a problem with the height of the child ListView component respect to the parent Tab component. I find myself having the listview smaller than the tab panel. I used the heightAdjustMode property (as logical as it is) but I didn't get positive results, so I was wondering if there was a solution that didn't involve inheriting a property from the child by the parent.
I thank you already now,
Emanuele
Hi Emanuele,
Thanks for your update.
We have prepared a sample based on your shared code snippets, and we can see that the Listview is not fully shown inside the Tab. Hence we suspect that this issue due to the Splitter does not have any static height as its child components are rendered in them. We have three possibility to overcome this issue.
- Set a static height to the parent splitter component.
- Set a static height to the child Tab component.
- Set the heightAdjustMode property as content, so that the Tab adjusts according to the Listview and the Splitter adjusts according to the Tab.
Please check the above details and let us know if you need any further assistance.Regards,Arun P.