2
Answers

I have a WPF DataGrid in which I would like to be able to read the contents of a particular cell

Hi All,
Please Answer these Question Quickly?

I have a WPF DataGrid in which I would like to be able to read the contents of a particular cell.

At the moment I can only get the whole contents of the grid but only concatenated and I have no way to separate the data logically so I can split it into columns. It's like this:

Row1: Column1Column2Column3Column4
Row2: Column1Column2Column3Column4
Row3: Column1Column2Column3Column4

Is there a way to get the contents of a cell in this grid?
Answers (2)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 15y

Look at the right side of this window; do you see "Our recommended articles"? There might be something useful there.
 
I suggest using documented solutions provided by Microsoft. Forms support automatic scaling; look at the documentation for details. For example, look at the AutoScaleMode Property.