[Feature] Add support for an expanding content control
jamesmcroft opened this issue · 3 comments
A port and implementation required from the WinUX Expander control which supports the ability to expand and collapse a content section like an accordion!
The implementation should follow the pattern of a common interfaced component with an implementation per platform using the MADE base Control type.
Although mostly similar, it may be a good idea to build something close to the Expander control from the System.Windows.Controls namespace in WPF (https://msdn.microsoft.com/en-us/library/system.windows.controls.expander(v=vs.110).aspx)
@tom-made more than happy for it to follow a similar structure. When initially built, it was based loosely on the WPF expander control. The only difference is that the one I created only worked expanding down.