[Lazarus] *** GMX Spamverdacht *** Re: TSplitter refuses to move to the left with mouse (but moves via code)

Jürgen Hestermann juergen.hestermann at gmx.de
Thu Mar 23 10:34:07 CET 2017


Am 2017-03-22 um 22:35 schrieb Vojtěch Čihák via Lazarus:
 > It is caused by property TSplitter.MinSize. I just tested, when I move by mouse, I'm stopped on this value. But with code, I can go below this limit. You can modify the code:
 > if Splitter1.Left>Splitter1.MinSize then
 >   ...
 > (and set MinSize to 50 in Object Inspector).
 > so the limit will be the same for both mouse and keyboard.

TSplitter.MinSize is the (min) size of the splitter itself.
It has nothing to do with the location of the splitter (just its size).
Changing this value does not solve the problem.




More information about the Lazarus mailing list