Summary
Inserts space for newly inserted containers in the index.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Item
Container Generator
Syntax
public virtual void InsertSpace(int index, int count)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index at which space should be inserted. |
count | int | The number of blank spaces to create. |
Return Value
Type | Description |
---|---|
void |