Form objects resize on rebuilds

  • Thread starter Thread starter BK
  • Start date Start date
B

BK

We have a strange problem that unfortunately occurs without warning or
reason. We are using VS 2005.

Grids will sporadically resize themselves so that they no longer fit on
the form, thereby causing the scroll bars to "disappear". We've tried
locking the grid, but that didn't help. It only happens on rebuilds
and it doesn't always happen. We now have to double check every form
with a grid just prior to a release build and want to find a real
solution.

Any thoughts? Anyone seen this before?
 
Smokey said:
what autosize mode do you have your form set in?

The form isn't the problem, the grid inside the form is the problem.
FWIW, we've tried various combinations of anchoring and docking. Also,
the grid is inside a pageframe.
 
Back
Top