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,
when resize:
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
Post a Comment