One simple option is to disable AutoSize (set to false) and over-size it so there is spare space.
Alternatively, perhaps use Dock instead of just Anchor, although this has a different meaning, so you may need to put it in a Panel or similar). Ultimately this works like the first – by over-sizing it in the first place; so perhaps the first option is simpler.