I have 3 tabPages on tabControl and each tabPage have a pictureBox.
When i select a row in gridview it load images from files, and on selection i want refresh the 3 tabs with images. The problem is that pictureBox refresh only when i switch tabPage not when i change image. I tried to refresh, invalidate, or update controls but it dont work.
I find it:
"Controls contained in a TabPage are not created until the tab page is shown, and any data bindings in these controls are not activated until the tab page is shown."
How to solve that problem.