c# - About Resizing Buttons on PictureBox -


i have project using a map animation(gif file) on picturebox. on map, have 4 buttons should on main streets.

i have problem resizing form. in example,

true

when resize:

false

as can see, button locations incorrect.

form layout order : mainform > tablelayoutpanel > panel > picturebox > buttons

is there suggestion ? in advance

note : when use static image panel instead of picturebox, works. must use gif image. ok if suggest also.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -