代码之家  ›  专栏  ›  技术社区  ›  itsaboutcode

使用C#[WIndows窗体]在DataGrid视图中添加行

c#
  •  0
  • itsaboutcode  · 技术社区  · 16 年前

    我正在制作一个C#windows应用程序,当我从网络中获取信息时,我必须在网格视图行中添加信息。

    while(getting info from network until there is no more info)
    
    {
    
      // here i have to add the info in data grid, how i should do that?
    
    }