I'd like to put some buttons between two resizable panels or directly on the splitter if possible. How do I achieve they will move along with the splitter; how do I anchor them ?
Edit:
Maybe the most important thing I forgot to mention. That splitter has to be as wide as on the screenshot, and the buttons should lay on it; so those buttons are actually "floating over splitter" now.
Thanks a lot
TSplitter
is not a windowed control, you cannot place controls on it. I would abandon theTSplitter
altogether, and use aTPanel
and write some logic that makes it behave like a splitter. This is probably rather easy, but since I have no Deplhi IDE/RTL/compiler available right now, I cannot make an attempt (at least not now). – Keratinbeveled:= true
this way it's not too small to hit and will stick out visually. – Hepatic