Unable change size properties on epiGLAccountEditor control

I am not sure why, but all I want to do is widen the size of GL Account to the end-user can see the full account displayed. I can change every other control on the form except this one and I am not sure why.

Do I need to do this through code?

Are you moving it further left before making it wider?

I cannot do anything with this Control’s properties. Even if I set “Enabled = True”. It will let me change a property but I move off it, then it puts it right back the way it was.

I don’t really want to have add a Custom Control just to make this a little wider.

I am not sure why this particular is locked down and cannot be changed.

I am going to have to call Epicor Support about this one.

Yes, please inform support.
You should be able to move and resize it via code too.

I had figured this out, I had to go up to the parent control called EpiGLControl and set Enabled = True. Then I go down to the child controls like the EpiGLAccountEditor and change the properties.