am using TableLayoutPanel to show the images.. here dynamically i ll add lot image into TableLayoutPanel .. here i need to focus the last added image …. i don’t know how to do this please help me….
am using TableLayoutPanel to show the images.. here dynamically i ll add lot image
Share
you can activate the last control by Control.Select() property.