I am using Radzen.Blazor component RadzenSplitterPane.
The way I was intended was to have a resizable footer/console. The main issue, is that can not set the Size property on the last Pane.
What can you do, if you want to set explicit size in pixels to the last pane, instead of a percentage? I noticed in the demo, the first two rows are explicitly set to 100px and the last one takes whatever space is left. If however, you set the first and last row to 100px and let the middle one take up the rest of the space, the result is not pretty. Is this not supported? Will it be supported at some point in the future? Do you know any workaround?