I'm trying to build an addin where a user can select features from a map layer and the attribute data associated with the selected features would be displayed in a textarea on the dock pane, with adjacent buttons to copy the content to clipboard. Our users need for each selected feature to have its own textarea/buttons so I can't just create them at design time.
In ArcGIS Desktop I can create new textboxes and buttons and add them to a FlowLayoutPanel, but I don't think that is available in Pro API. Can anyone help?