Search results for query: *

  1. N

    List<string> to Datagrid

    i have managed to make it work with a list and Data Grid. although it is one column i was instructed to insert the information in a table. Thanks for your help.
  2. N

    List<string> to Datagrid

    OK thanks. I experimented with the Listbox option but couldn't get grid lines on the output which I wanted.
  3. 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...
  4. N

    MVVM data binding

    Lol OK, good point and good illustration. I wasn't sure what the scope of an object would be within a click event method or window class. I assumed that they would all be linked somehow. Through trial and error i just began adding objects wherever i needed the compiler to allow me to refer to a...
  5. 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