Because TsSplitView misses the Align property, it is not possible to get it aligned at a proper place.
For instance, consider a couple of panels with Align = alTop. In between these panels there is need for a TsSplitview, that will cover the panels below it when opened. How can I accomplish this?
I’ve made a little sample project.
Click on the Hide/Show button, and you will find the splitview has positioned itself below sPanel4, even if its hifdden Align property is set before the sPanel4 Align property.