Hi, I am creating an alarm in C# the Design is below in the image. So I added this functionality to the "Add Alarm" button: When that button is clicked, the "Create An Alarm" panel opens and users set their alarm. Now when they "Save" their alarm, the panel shrinks in size and settles in the top right corner of the app and some buttons and titles change (just like in Windows 10 Alarms & Clocks app). Now when the user saves an alarm and wants to add another alarm they will click "Add Alarm" right? I want the same "Create An Alarm" panel to appear without affecting previously saved Alarms. So when the User sets and saves their second alarm the second alarm panel should go and settle next to the previously saved alarms (just like in Windows 10 Alarms & Clocks app). Please help me with this.

