Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Issue with Lanes feature (Read 2403 times)
nullable
Full Member
***
Offline


I Love MindFusion!

Posts: 124
Joined: Aug 25th, 2022
Issue with Lanes feature
Oct 24th, 2022 at 5:16am
Print Post  
Hi! I tried a lot of samples from website to find Lanes feature with limitations of height. I can set minimum height of header, but not to all together. I don't want to move header more than diagram height.
I want to set maximum height of full grid and move only one line, without moving anything else.
  

lanes.gif ( 719 KB | 132 Downloads )
lanes.gif
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3443
Joined: Oct 19th, 2005
Re: Issue with Lanes feature
Reply #1 - Oct 26th, 2022 at 9:17am
Print Post  
Try this to transfer height diff between neighbor rows, and note that it also makes resizing constrained by MinHeaderSize property:

Code
Select All
grid.ResizeType = LaneResizeType.PreserveTotalSize;
 



(same build form your other thread)
https://mindfusion.eu/_beta/wpfdiag383.zip

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
nullable
Full Member
***
Offline


I Love MindFusion!

Posts: 124
Joined: Aug 25th, 2022
Re: Issue with Lanes feature
Reply #2 - Oct 26th, 2022 at 11:20am
Print Post  
Thank you. But I have some issues with that.
What did you mean about MinHeaderSize?
I set it to 10 and after moving to the top segment it works incorrect.
  

2_001.gif ( 406 KB | 118 Downloads )
2_001.gif
Back to top
 
IP Logged
 
nullable
Full Member
***
Offline


I Love MindFusion!

Posts: 124
Joined: Aug 25th, 2022
Re: Issue with Lanes feature
Reply #3 - Oct 26th, 2022 at 11:20am
Print Post  
And that
  

3_001.gif ( 585 KB | 131 Downloads )
3_001.gif
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3443
Joined: Oct 19th, 2005
Re: Issue with Lanes feature
Reply #4 - Oct 26th, 2022 at 5:01pm
Print Post  
New build should fix that -
https://mindfusion.eu/_beta/wpfdiag383.zip

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
nullable
Full Member
***
Offline


I Love MindFusion!

Posts: 124
Joined: Aug 25th, 2022
Re: Issue with Lanes feature
Reply #5 - Oct 27th, 2022 at 3:59am
Print Post  
Thank you for your fixes
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint