Search results for query: *

  1. N

    List<string> to Datagrid

    Hi, I have a List<string> called DataOutput, which I obtained from converting a char array. (I know that it works as i have been able to write it to the output window.) I am trying to display it in a DataGrid either by binding in xaml or through the xaml.cs file. 1. how do i go about this? 2...
  2. N

    MVVM data binding

    So I'm relatively new to c# and I'm struggling with a particular issue. I want the text inputted by the user into a text box in one window to be the text value of a textblock in another window automatically. ie. user types something in TextBox x:name Textinput in MainWindow and that text...
Back
Top Bottom