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
280
When to use Infragistic Controls vs Inbox?
posted

Hi -

I'm a new WinClient / WinForms controls user looking for some advice from the experienced/wise ones here! Two questions I need some guidance on:

1. What's the rule of thumb when trying to decide on whether to use the inbox controls or Infragistics controls in cases that aren't black and white like the grid? For example the textbox, groupbox, label, checkbox etc. My thinking is this: use the inbox controls where possible and use the Infragistics controls ONLY when the inbox ones don't suffice? Or is it better to just use ALL the Infragistics controls thinking this might be a better way to stay with controls that will be sure to get enhancements to them down the road vs the inbox?

2. The infamous GDI issue. Seems like it might be better for consistency and performance to use GDI rendering on all controls? And if so, is there a way to set the default TextRenderingMode to GDI for all controls instead of Default for design-time besides manually doing it one-by-one? I know you can globally set it in code for runtime, but is there an installation flag that can be set somehow to avoid having to do it in code and manually in the designer? Seems like GDI is the MS recommended approach and on the forums too. No one seems to be too happy with GDI+. Thoughts?

TIA for your help!

Leigh