Ext.NET
Ext.NET copied to clipboard
ResponsiveConfig support doesn't seem to obey Sencha syntax
Found: 7.2.0 Ext.NET forums' thread: [Responsive Example](https://forums.ext.net/showthread.php?63224]
The way the ResponsiveConfig entity is set up with Ext.NET 7 doesn't allow to actually use the feature in a manner that resembles either Ext.NET 5 or Ext JS (with wide/tall/landscape/portrait definitions). Instead, the config simply export the predefined viewport settings as true or false.
It is possible to correctly set up the feature using nested custom configs.