Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

BindableProperty Width of ColumnDefinition does not change the view when property changes

$
0
0
        <Grid ColumnSpacing="0" VerticalOptions="FillAndExpand">
            <Grid.ColumnDefinitions>
                <ColumnDefinition Width="{Binding ProgressCell}"/>
                <ColumnDefinition Width="{Binding ProgressLeftCell}"/>
            </Grid.ColumnDefinitions>
            <StackLayout Grid.Column="0" BackgroundColor="Yellow" HorizontalOptions="FillAndExpand">
            </StackLayout>
            <StackLayout Grid.Column="1" BackgroundColor="Pink" HorizontalOptions="FillAndExpand"/>
        </Grid>
Here when ProgressCell and ProgressLeftCell is Changed , view does not change.

Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>