GridExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class GridExtensions abstract sealed
public static class GridExtensions
type GridExtensions = class
Public Module GridExtensions
- Inheritance
-
GridExtensions
Methods
Add(Grid, IView, Int32, Int32, Int32, Int32) |
Obsolete.
Adds an IView to the Grid at the specified row and column spans. |
Add(Grid, IView, Int32, Int32) |
Adds an IView to the Grid at the specified column and row with a row span of 1 and a column span of 1. |
AddWithSpan(Grid, IView, Int32, Int32, Int32, Int32) |
Adds an IView to the the Grid at the specified row and column with the specified row and column spans. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.