Jump to content

Change tab position of PageControl to bottom


bbm

Recommended Posts

  • 6 months later...
  • 1 year later...
  • 1 year later...

I've just tried this is the latest trial and it doesn't seem to work. Three options

1. It's not supported in the trial
2. It doesn't work in the current version
3. I'm doing something wrong.

As I'm new to this I'm guessing 3 is the most likely.

 

My PageControl is in a Frame which is embedded in to a panel at run time - would this make a difference ?

 

procedure TMainForm.UniToolButton1Click(Sender: TObject);
begin
with TUniFrame1.create(self) do
begin
  Parent := UniPanel1;
  Align := alclient;
  top := 0;
  left := 0;
  Show;
end;
end;

Link to comment
Share on other sites

  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...