Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic height self-adaption (Read 7437 times)
luolishuang
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 40
Joined: Feb 22nd, 2013
height self-adaption
Feb 22nd, 2013 at 9:06am
Print Post  
How to make the r:Label automatically adjust the height based on the current content?
  

__25429___33719_.PNG (Attachment deleted)
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: height self-adaption
Reply #1 - Feb 22nd, 2013 at 9:27am
Print Post  
Hi,

This is not currently possible. We have recently added a similar feature to the WinForms version of the component and will implement it in the WPF version as well. I will get back to you with a preview as soon as it is available.

Regards,
Meppy
  
Back to top
 
IP Logged
 
luolishuang
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 40
Joined: Feb 22nd, 2013
Re: height self-adaption
Reply #2 - Feb 25th, 2013 at 1:09am
Print Post  
thanks.
I look forward to it.
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: height self-adaption
Reply #3 - Feb 26th, 2013 at 3:05pm
Print Post  
Hi again,

We have improved the support for auto-sizing labels in MindFusion.Reporting for WPF. You can download a sample illustrating how to create reports similar to the one in your image from the link below (the updated reporting assemblies are located in the bin\debug folder of the sample):

https://mindfusion.eu/_samples/_sample_ListBinding.zip

Let me know if this helps.

Regards,
Meppy
  
Back to top
 
IP Logged
 
luolishuang
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 40
Joined: Feb 22nd, 2013
Re: height self-adaption
Reply #4 - Feb 27th, 2013 at 1:45am
Print Post  
Meppy wrote on Feb 26th, 2013 at 3:05pm:
Hi again,

We have improved the support for auto-sizing labels in MindFusion.Reporting for WPF. You can download a sample illustrating how to create reports similar to the one in your image from the link below (the updated reporting assemblies are located in the bin\debug folder of the sample):

https://mindfusion.eu/_samples/_sample_ListBinding.zip

Let me know if this helps.

Regards,
Meppy



Meppy,it really help me.

Thank you very much!
  
Back to top
 
IP Logged
 
luolishuang
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 40
Joined: Feb 22nd, 2013
Re: height self-adaption
Reply #5 - Feb 27th, 2013 at 2:16am
Print Post  
<r:ItemContainer CanOverflow="False">

i try to remove the CanOverflow="False",it seemed to be working very well

i don't know this attribution here has other intention?
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: height self-adaption
Reply #6 - Feb 27th, 2013 at 7:11am
Print Post  
Hi,

The CanOverflow property does not have any effect if the report fits on a single page. The meaning of this property is to prevent (when set to false) splitting of the DataRange contents over two pages when paginating the report. If this property is set to false and an instance of the DataRange does not fit completely on a page, the entire instance is moved on the next page. If this property is true (the default), portion of the DataRange is fit in the remaining space on the current page and the remaining DataRange content is moved on the next page.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint