Hello,
I don’t know if in this case I am doing something wrong, but setting the height to 100% is not working.
Can it be that hard to allow over flow auto for the inner content?
I’m not as greedy as other about having it magically resize rows to perfection, if I have a lot of text I’m happy to truncate it, leave a signal (ie + 500 more characters + tooltip + expander), etc but making it fill its container seems like basic functionality.
It seems to work perfectly like this in fact. It’s just not setting its height properly.
I see the problem here, the splitter intermediate doesn’t use height 100% by default (personally, I believe that it should but perhaps not everyone is using splitter within containers). Fixing that to 100% works.