Hi..
I'm looking for an NetAdvantage Winforms control that would provide interface functionality similar to
window 8 with flat all control of Infragistic 13.1.
is there any .isl file available for winform control to look like window 8??
Thanks,
JD
Hello Elizabeth Albert
Thank u very much..
JD..
Hello JD,
UltraTouchProvider will automatically resize the interaction points. Simply set the Enabled property to True, which is the default.
You can try this out with the attached sample. By default, the editor dropdown is sized for touch interaction. If you set the UltraTouchProvider's Enabled property to False, then the editor will revert to its original size.
Elizabeth AlbertLocalization Engineer
Hello. Elizabeth Albert
Can you give example of UltraTouchProvider? how to adjust size of control interaction points.?
Hi. Elizabeth Albert
Thanks for reply. i will check and reply u coming soon
There is a Metro.isl file provided with version 13.1 that provides this Windows 8 look. You can find it here:
C:\Users\Public\Documents\Infragistics\NetAdvantage 2013.1\Windows Forms\AppStylist for Windows Forms\Styles
You can also add an UltraTouchProvider to your form to adjust the size of the control interaction points.