gerbuild.blogg.se

Change listview android studio
Change listview android studio











change listview android studio

Private void _InvokeToListView(int _row, int _column, string _text) Private delegate void _InvokeToListViewDelegate(int _row, int _column, string _text) Here's a sample for an invoke coming from just one ping that was done on another thread (you need to put this in the code of the form containing the listview):

change listview android studio

You will need send an invoke to the form containing the ListView if you want everything to work as it should.Īlso, if you're pinging to loads of people at the same time, you should put some flag that notes if something is being invoked to the form, and put every change request in a buffer, which is then sent to the form trough an invoke thingy, cause if you make your ping app like that, there might be a lot of invokes and then it would run a bit slow on some pcs.













Change listview android studio