Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

Components' Layout property exposes private/unsupported options

Open fabriciomurta opened this issue 5 years ago • 0 comments

Found: 7.0.0-rc-20200914

Several layout options exposed by Ext.NET 7 are private and not guaranteed to work.

This happens because Ext.NET 7 relies in the documentation from Ext.enums.Layout, which lists private/hidden possible layout settings, like the Ext.layout.component.Body one.

The specific documentation for Ext.container.Container.layout is not particularly helpful.

List of all exported layouts, and links to Ext JS and links to documentation, and their visibility (ordered as they appear in Ext.enums.Layout):

Note: There is as ContainerAuto setting from Ext.NET 7 that's not present in Ext JS docs; it probably is just an inversion of the words in AutoContainer, which is missing. Yet, AutoComponent is also missing.

fabriciomurta avatar Sep 15 '20 22:09 fabriciomurta