Weird Datagrid / paint behaviour
- by Shane.C
The scenario:
A method sends out a broadcast packet, and returned packets that are validated are deemed okay to be added as a row in my datagrid (The returned packets are from devices i want to add into my program).
So for each packet returned, containing information about a device, i create a new row. This is done by first sending packets out,…