Just one example:
pb->Size = System::Drawing::Size(2, 110 + 8);
pb->Size = System::Drawing::Size(AQUI SERIA ALGO QUE CONTENHA O VALOR ATUAL DE X, 110 + 9);
Or some other alternative that gets the same result.
Remembering that I want the size x and not the location x