Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
paul
c-sharp-study
Wiki
dynamic control creation
dynamic control creation
· Changes
Page history
paul created page: dynamic control creation
authored
Aug 01, 2016
by
paul
Hide whitespace changes
Inline
Side-by-side
dynamic-control-creation.md
View page @
8023c080
...
...
@@ -31,6 +31,7 @@ label.SetBinding(
```
csharp
<
Label
Grid
.
Column
=
"1"
/>
Label
label
=
new
Label
();
Grid
.
SetColumn
(
label
,
1
);
```
...
...