Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2387
Always modifing the source...
posted

I have a number of forms that have a number of Infragistics controls on them.  If I open these forms and simply close them, Visual Studio 2008 tells me they have been modified. 

I copied off the designer file of one of the forms, opened it and then closed and saved the changes.  Then I I did a diff  the size of an UltraGrid increased by 4 pixels (285 to 289).  Each time after that I open and close the form, VS2008 tells me there is a change, but the size is staying consistent at 289.

Any thoughts?

Sam

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Sam,

    I'm not sure I understand what you mean about the grid size. First you say it's changing in the designer file, but then you say it's staying constant. Do you mean it's changing the first time and then never again?

    The grid doesn't control it's own size. There's no code in the grid to modify the size of the grid itself. If something is changing the size of the grid, it would have to be the container it's in. Is the grid docked or anchored? What kind of container is it in?

Children