problem with component width

Stimulsoft Reports.NET discussion
Post Reply
zara
Posts: 3
Joined: Mon Oct 27, 2008 5:21 am
Location: Iran

problem with component width

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

problem with component width

Post by Edward »

Hi.

You can use a Dock property of those components.

Thank you.
zara
Posts: 3
Joined: Mon Oct 27, 2008 5:21 am
Location: Iran

problem with component width

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

problem with component width

Post by Edward »

Thank you.

This feature will be available in one of future versions.

Thank you.
Post Reply