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
problem with component width
Hi.
You can use a Dock property of those components.
Thank you.
You can use a Dock property of those components.
Thank you.
problem with component width
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
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
Thank you.
This feature will be available in one of future versions.
Thank you.
This feature will be available in one of future versions.
Thank you.