Forum > General

Question about forms

(1/2) > >>

toyvoy:
hi, I am writing a program, and I am filling the form up , I need more space to go on.
Is there a way to make a connection to another form, or any other solutions?

Pascal:
Use TPageControl to have more pages or use TSCrollBox to scroll a Panel inside the window.

taazz:
or set the form's autoscroll property to true to allow for an extended surface.

toyvoy:

--- Quote from: Pascal on August 17, 2017, 03:59:08 pm ---Use TPageControl to have more pages or use TSCrollBox to scroll a Panel inside the window.

--- End quote ---
can I change the color of the tab pages?
i want to match the tab's color with my main page's.

taazz:

--- Quote from: toyvoy on August 17, 2017, 04:40:40 pm ---
--- Quote from: Pascal on August 17, 2017, 03:59:08 pm ---Use TPageControl to have more pages or use TSCrollBox to scroll a Panel inside the window.

--- End quote ---
can I change the color of the tab pages?
i want to match the tab's color with my main page's.

--- End quote ---
No. the default pagecontrol widget only uses the underline OS's theme only.

Navigation

[0] Message Index

[#] Next page

Go to full version