Method Resize
| Improve this Doc View SourceResize(GridTrack, GridLength)
Resizes the layout grid track.
Declaration
public void Resize(GridTrack gridTrack, GridLength length)
Parameters
| Type | Name | Description |
|---|---|---|
| GridTrack | gridTrack | The layout grid track. |
| System.Windows.GridLength | length | The resized length. |