WPF Tutorial
Welcome to this free online Windows Presentation Foundation tutorial.
Search This Blog
Thursday, May 4, 2017
Bind Width to another Width control WPF
WPF > Binding >
Width
<
Grid
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
Width
="{
Binding
ElementName
=controlName,
Path
=ActualWidth}"/>
</
Grid.ColumnDefinitions
>
Newer Post
Older Post
Home