Led*_*Led 1 c# controls dictionary show
我有一个字典,我想在表单中显示.最简单的方法是什么?
我想要显示一个控件,我可以使用int值进行排序.我已经尝试过DataGridView,但没有任何显示,我一定是做错了...
码:
mDataGridView.DataSource = mWordCount;
/*Where mWordCount is the Dictionary<string, int> but nothing shows up. (It's a forms-app, not a web-app)*/
Run Code Online (Sandbox Code Playgroud)