Using Splitter – SizingByClick True

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #55082
    Support
    Keymaster

    Hello!

    You can try a code like this:

    Code:
    procedure TForm1.FormCreate(Sender: TObject);
    begin
    sSplitter1.State := ssClosed;
    end;

    Do not change a size or Visible property of the right panel manually.

    #55092
    TAZ
    Participant

    I must be missing something. I followed your instructions. The result is the right panel is still there and the splitter is gone. I did not do any resizing or visibility changes.

    I am using 10.29.

    #55093
    Support
    Keymaster

    Thank you for the demo. I have found a reason of the problem. If you have sources, I can send you the fixed file, give me email address only.

    Otherwise, this fix will be included in the nearest release.

    #55095
    TAZ
    Participant

    Just sent you a message.

    When you say the next update are you talking about 10.30 or version 11?

    #55097
    Support
    Keymaster

    This bugfix will be included in both releases.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.