Datagridview Discussions

All Datagridview Discussions

Posted within Bunifu Framework
0
Hello, Can't see any data?! // list of bla var list = XML.GetActivationProcessesToDisplay(); for (int i = 0; i < list.Count; i++) { gvTest.Rows.Add(list[i].ProcessName, list[i].Description); } Um...works, thx.
Posted by:
Verified User
G2