winforms - Aligning a logo on the right of a menu strip in Visual Studio 2010 -
i've got menu strip, inside want embed company logo , align right.
my project on windows form application, sorry not including before.
several google-trips have found little, not using proper terminology.
what best way this? i'd flexible, preferably no fixed-position methods.
thank you.
dock tablelayoutpanel top of form. make have 1 row , 2 columns. put menustrip in left column, , picturebox in right column logo. set right column autosize, row autosize, , tablelayoutpanel autosize. set sizemode of picturebox autosize.
Comments
Post a Comment