C
C#2y ago
Sticks

❔ Questions about popups

I'm newer to the UI via xaml + c# space, so I have a question about creation like shown here in the docs: https://img.sticks.ovh/K8TK5LdSG How could this be achieved?
5 Replies
ero
ero2y ago
Well, where in the docs are they showing this image?
Angius
Angius2y ago
Which "UI via xaml + c#"? We have a few WPF, MAUI, UWP, WINUI And also 3rd party ones, Avalonia and Uno
HowNiceOfYou
HowNiceOfYou2y ago
You mean rounded edges?
sibber
sibber2y ago
this looks like a winui ContentDialog but you could recreate this in any gui framwork
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Microservice: User information being split up in IdentityProvider and ServiceProviderMicroservice: User information being split up in IdentityProvider and ServiceProvider This will req❔ Optimization thoughts on a loop.Looking for potential ways to speed up this operation. Any thoughts? The entries of each HashSet wil❔ How to shorten switch statement```cs public void SwitchAvailability(string koalaName) { switch(koalaNam❔ BinaryFormatter does not serialize/deserialize the Tags of listview itemsso i have a listview that i want to serialize and then desirialize. I store some values in the tags ❔ ✅ Using generics that implement IEqualityOperators results in ambiguous call to the == operatorIf I have some `T: IEqualityOperators<T, T, bool>` and use a LINQ query such as `myTs.FirstOrDefault✅ Simple questionI have a code which ```cs if ("any" is "item1" or "item2" or "any") { Console.WriteLine("okay");Hi im not sure that my code is working as it should(class in c sharp)providing code here👇(When i add +1 or +10 to the GetX or GetY isn't it supossed to change?)❔ VISUAL STUDIO C# DATABASE AND LISTBOXI am currently working on my assignment and am stuck on this issue Where I have a Database to fetch❔ Sprites are invisible in build?i can see everything in the engine (unity) and ive gone over a bunch of things even checking my came❔ Hi,my flappy bird game script isnt workingThe script in making is to show that the score counter incrreases when the gamobject(bird) collides