Hello all,
I am using in moment the Infragistics WindowsForms Vol. 2009.2 (without Service Release yet)
And OS is Windows XP.
Everything runs / looks well under normal display settings DPI 96.
But if end user change the display settings to DPI 120, then several TextboEditor or ComboEditor are invisible (s. ZIP Attachment). They have default properties in Forms.
Many thanks for your help in advance.
Best wishes
Hello Updecrator,
I believe that this behavior is expected since the form does not know how to resize and adjust the controls inside it. So I suggest you use the 'AutoScaleMode' feature of the form. You could read about it at the following links:
http://msdn.microsoft.com/en-us/library/ms229605.aspx and http://msdn.microsoft.com/en-us/library/system.windows.forms.autoscalemode.aspx.
Please feel free to let me know if I misunderstood you or if you have any other questions.