Hi,
 
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.
 
V.
______________________________________________________________
Od: Jürgen Hestermann via Lazarus
Komu: Lazarus mailing list <laza...@lists.lazarus.freepascal.org>
Datum: 20.03.2017 18:04
Předmět: [Lazarus] TSplitter refuses to move to the left with mouse (but moves 
via code)

_____________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus 
<http://lists.lazarus-ide.org/listinfo/lazarus>

-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to