This is a migrated thread and some comments may be shown as answers.

Textboxes Height

1 Answer 293 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Engineer
Top achievements
Rank 1
Engineer asked on 16 Jul 2012, 03:00 PM
I am settings multiple textboxes text from code file.The textboxes are arranged vertically.The textboxes working fine when there is small text is set but when large strings are set the spaces between textboxes increase to much actually the height of textboxes increases so it looks that  like spaces between two textboxes increases which is not looks good.Is there any possible solution for this?
I  already set CanGrow and CanShrink property to true but didn't get the result i want. 
for example:-

With Small texts

StudentName : john,sarah,William
Subject: Science, Maths,English


With large text

StudentName : john,sarah,William,
                         j....jjj..j..
                         j....fafafakuk.,kffkdgkf
                         f gdfg/gsgsg.sgsg.sg
                        gsgsdg


Subject: Science, Maths,English 

1 Answer, 1 is accepted

Sort by
0
Hrisi
Telerik team
answered on 19 Jul 2012, 09:20 AM
Hello,

Setting the TextBox's CanGrow/CanShrink properties to true will cause the item to adjust its size according to its content. Instead if you want to prevent this behavior you should set any of this properties to false.

In general when report items grow they push down the page all items beneath them so please check that there are no other items that grow and cause the described behavior. If you still have any problems please send us a report and the data it displays that illustrates the incorrect behavior so we can examine it on our end. Also please specify the version of Telerik Reporting you are using, the format you're rendering the report in; any additional information that could help us is appreciated as well.

Greetings,
Hrisi
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Engineer
Top achievements
Rank 1
Answers by
Hrisi
Telerik team
Share this question
or