Cannot display multiple buttons inline using ToastContentBuilder()
I am having trouble replicating the inline button design using the ToastContentBuilder() method in a WinUI3 app. In the documentation multiple .AddButtons are called and all buttons are combined in a single line. In my application however the buttons are separated. Can anyone provide some insight in how to proceed?
0 Replies