Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Configure ColumnHeight & RowWidth (Read 1374 times)
lutz
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 18
Joined: Aug 26th, 2009
Configure ColumnHeight & RowWidth
Sep 30th, 2009 at 7:26am
Print Post  
Hi there,

i am using a MindFusion.Diagramming.Wpf.Lanes.Grid in my application and want to avoid the extra space for each row and column header (not the margin) on the left/top of the diagram.

Is there a way to configure these values, because at the moment i have to resize the bounds of the Diagram instance for this purpose?

I have found out that the internal properties TotalColumnHeight and TotalRowWidth contain the required values - Is there a way to set the values computed there?

Thanks in advance
Lutz
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Configure ColumnHeight & RowWidth
Reply #1 - Sep 30th, 2009 at 10:52am
Print Post  
TotalColumnHeight and TotalRowWidth are read-only properties which accumulate the total height/width of all column and row headers respectively. You cannot set the values of these properties directly but if you want to simply hide the headers, you can do that by traversing them and assigning 0 as a height/width of all row/column headers respectively.

If it is something else you want, please provide me with more details.

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