Skip to content

Instantly share code, notes, and snippets.

@giuliohome
Created August 2, 2018 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giuliohome/960be9127fd35fd37cb95d43f064d520 to your computer and use it in GitHub Desktop.
Save giuliohome/960be9127fd35fd37cb95d43f064d520 to your computer and use it in GitHub Desktop.
UI binding from an array to a datagrid
<DataGrid Grid.Column="2" ItemsSource="{Binding SelPayment.eur_invoices}" IsReadOnly="True"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="10,10,10,10" >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment