Page 1 of 1
problem with component width
Posted: Mon Oct 27, 2008 5:33 am
by zara
could you please tell me how can i change some component width to fit its container when user switch between 'portraite' and 'landscape' mode in print view?
I mean I have a 'pageheaderBand' and it contains 4 'textbox' and the template page orientation is 'portraite'
when i change orientation to 'landscape' I see a GAP between TextBoxes and page border
thank you
problem with component width
Posted: Mon Oct 27, 2008 4:03 pm
by Edward
Hi.
You can use a Dock property of those components.
Thank you.
problem with component width
Posted: Tue Oct 28, 2008 12:47 am
by zara
thank you for reply , but I've tried 'Dock' before but it is not sufficient for this case
when i set 'Dock' propety to right or left after size changing all components shift to right or left and it a gap (white space)
was created .
i think i need 'Acchor' property!
i hope i could explain this situation bellow:
portraite page(with Border) and dock(textboxes == left)
---------------------------------------------------
_______________
|text1 text2 text3|
| |
| |
| |
|______________|
Landscape page(with Border) and dock(textboxes == left)
---------------------------------------------------
______________________
|text1 text2 text3 |
| |
| |
| |
|_____________________|
thank you
problem with component width
Posted: Tue Oct 28, 2008 3:29 pm
by Edward
Thank you.
This feature will be available in one of future versions.
Thank you.