GridResizingColumnsEventArgs.Width, where is the setter ?

Hi,



namespace Syncfusion.Windows.Controls.Grid
{
// Summary:

[...]

// You can also limit resizing columns to a given maximum value by changing
// the Syncfusion.Windows.Controls.Grid.GridResizingColumnsEventArgs.Width value.
public sealed class GridResizingColumnsEventArgs : SyncfusionRoutedEventArgs
{
[...]
public double Width { get; }
}

To change the value of Width, I believe a setter would help.

Thanks.



1 Reply

MS Mohamed Suhaib Fahad A. Syncfusion Team December 21, 2010 03:51 PM UTC

Hi Jean,

We would log this as a feedback in our source. Can you please log a DirectTrac incident for follow-up.

Thanks,
Fahad


Loader.
Up arrow icon