Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Allow User To Change Column Width (Read 1455 times)
Aaron
YaBB Newbies
*
Offline


Looking for support

Posts: 44
Joined: Nov 9th, 2007
Allow User To Change Column Width
Nov 26th, 2007 at 11:26am
Print Post  
Hi

Am I correct when I say it's not supported in FC.NET 4.3.1 to allow users to change each column's width (in a table) by dragging the lines? So you'd get that VSplit cursor I think it is and you'd be able to drag the column border, shrinking or growing the column dynamically.

Is it supported in FC.NET 5.0?

If it is supported in 4.3.1 how will I use it? If not, any ideas on how to implement it quickly?

Very sorry if I haven't searched enough.

Kind regards

Aaron
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Allow User To Change Column Width
Reply #1 - Nov 26th, 2007 at 11:32am
Print Post  
Hi,

This is a popular request and we are going to implement it in the one of the 5.0.x releases. You will need to handle the MouseDown event and do some hit-testing to determine whether the mouse is over the border between two columns, and if so, resize the columns from the MouseMove handler.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint