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
50
Problems with Resolution
posted

i Created an appliction with Infragestics Ultra toolbar manager  and when i installed that application in Vista operating systmes work great but when i installed that in XP some of child form are larger than Mdicontaniers in the right and bottom . Is this a problem becouse i used infragestic tools or is bug of Microsoft?

 

P.S i used VS2008 , C# lanugage, and OS: VIsta

Parents
No Data
Reply
  • 44743
    Suggested Answer
    posted

    This could be caused by font auto-scaling. My guess is the default window font of the XP machine is different than the font on the Vista machine, so the controls on the Form are changing size. Set Visible to False on the UltraToolbarsManager and see if you still have the problem. If yes, it looks like the normal .NET auto sizeing behavior is causing this and in that case I would recommend setting AutoScroll on your Forms to True or increasing their sizes.

Children