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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.