| View previous topic :: View next topic |
| Author |
Message |
Paul Guest
|
Posted: Thu May 17, 2007 10:08 pm Post subject: alignment issue |
|
|
Odd one this
using BDS 2006 C++
put a page control onto a form and aligned to client
created two tabs
put a panel onto one of the tabs and left align
panel aligns itself on form and 'pushes' page control' over to left
I am sure that this used to work OK but can't see what might be going wrong
P |
|
| Back to top |
|
 |
Clayton Arends Guest
|
Posted: Fri May 18, 2007 1:27 am Post subject: Re: alignment issue |
|
|
| Quote: | put a page control onto a form and aligned to client
created two tabs
put a panel onto one of the tabs and left align
|
You probably added the panel by dropping it in the tab area of the page
control. Creating the panel that way adds the panel to the form. You need
to select one of the pages and then drop the panel into the page area (not
the tab area).
| Quote: | panel aligns itself on form and 'pushes' page control' over to left
|
If I am correct about what you did then I think you mean pushes the page
control to the "right".
If I'm wrong then please right click on the form and choose "View as Text".
Select all, copy, and paste that in your response to this post. Doing this
should provide more insight.
- Clayton |
|
| Back to top |
|
 |
Paul Guest
|
Posted: Fri May 18, 2007 4:53 pm Post subject: Re: alignment issue |
|
|
Thanks Clayton - you are corretc about pushing the pagecontrol to the right.
However I did select one of the pages (i.e. click on the tab to select the
page I wanted - then click on the 'body' of the page itself).
I dropped a splitter (a satndard one and a devexpress one) on to page1 of
the pagecontrol as well as well - the splitter then jumped and left aligned
itself with the parent form.
Paul
"Clayton Arends" <nospam_claytonarends (AT) hotmail (DOT) com> wrote in message
news:464cbab3$1 (AT) newsgroups (DOT) borland.com...
| Quote: | put a page control onto a form and aligned to client
created two tabs
put a panel onto one of the tabs and left align
You probably added the panel by dropping it in the tab area of the page
control. Creating the panel that way adds the panel to the form. You
need to select one of the pages and then drop the panel into the page area
(not the tab area).
panel aligns itself on form and 'pushes' page control' over to left
If I am correct about what you did then I think you mean pushes the page
control to the "right".
If I'm wrong then please right click on the form and choose "View as
Text". Select all, copy, and paste that in your response to this post.
Doing this should provide more insight.
- Clayton
|
|
|
| Back to top |
|
 |
Clayton Arends Guest
|
Posted: Fri May 18, 2007 8:58 pm Post subject: Re: alignment issue |
|
|
Can you copy and paste the DFM here?
- Clayton |
|
| Back to top |
|
 |
|