Click here to Skip to main content
15,894,241 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: WinUI Pin
Andre_Prellwitz29-Jul-21 5:51
Andre_Prellwitz29-Jul-21 5:51 
GeneralRe: WinUI Pin
SeattleC++29-Jul-21 8:42
SeattleC++29-Jul-21 8:42 
GeneralRe: WinUI Pin
Matt McGuire29-Jul-21 4:56
professionalMatt McGuire29-Jul-21 4:56 
GeneralRe: WinUI Pin
Andre_Prellwitz29-Jul-21 5:54
Andre_Prellwitz29-Jul-21 5:54 
GeneralRe: WinUI Pin
Gerry Schmitz28-Jul-21 11:09
mveGerry Schmitz28-Jul-21 11:09 
GeneralRe: WinUI Pin
Richard Andrew x6428-Jul-21 12:53
professionalRichard Andrew x6428-Jul-21 12:53 
GeneralRe: WinUI Pin
John Stewien28-Jul-21 20:04
John Stewien28-Jul-21 20:04 
GeneralRe: WinUI Pin
Gerry Schmitz30-Jul-21 5:12
mveGerry Schmitz30-Jul-21 5:12 
The "other objects" are a result of the generic / standard templates for the various controls. There is no "button" per se; it's constructed from a rectangle and a border. Something that is "hidden" in Windows Forms, whereas in WPF / UWP you could say to use a circle and you get a round button; with one line / paramter.

I needed a row of toggle buttons to act like radio buttons (I didn't want "fish eyes"). Styling them as RB's made them act like RB's (but look like toggles); including syncing each other. One parameter.

WinUI is faster because it's (re)written in C++ (?) vs ? It's also decoupled from the OS.
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it.
― Confucian Analects: Rules of Confucius about his food

GeneralRe: WinUI Pin
BernardIE531729-Jul-21 3:16
BernardIE531729-Jul-21 3:16 
GeneralRe: WinUI Pin
Andre_Prellwitz29-Jul-21 13:54
Andre_Prellwitz29-Jul-21 13:54 
GeneralRe: WinUI Pin
zezba900029-Jul-21 7:56
zezba900029-Jul-21 7:56 
GeneralRe: WinUI Pin
charlieg2-Aug-21 11:54
charlieg2-Aug-21 11:54 
JokeRe: WinUI Pin
Richard Andrew x643-Aug-21 7:40
professionalRichard Andrew x643-Aug-21 7:40 
GeneralRe: WinUI Pin
charlieg5-Aug-21 9:43
charlieg5-Aug-21 9:43 
GeneralThe little SoC that could Pin
honey the codewitch28-Jul-21 5:06
mvahoney the codewitch28-Jul-21 5:06 
GeneralRe: The little SoC that could Pin
  Forogar  28-Jul-21 5:18
professional  Forogar  28-Jul-21 5:18 
GeneralRe: The little SoC that could Pin
Mike Hankey28-Jul-21 5:29
mveMike Hankey28-Jul-21 5:29 
GeneralRe: The little SoC that could Pin
honey the codewitch28-Jul-21 5:36
mvahoney the codewitch28-Jul-21 5:36 
GeneralRe: The little SoC that could Pin
Mike Hankey28-Jul-21 6:01
mveMike Hankey28-Jul-21 6:01 
GeneralRe: The little SoC that could Pin
honey the codewitch28-Jul-21 6:21
mvahoney the codewitch28-Jul-21 6:21 
GeneralRe: The little SoC that could Pin
Mike Hankey28-Jul-21 6:25
mveMike Hankey28-Jul-21 6:25 
GeneralRe: The little SoC that could Pin
honey the codewitch28-Jul-21 6:30
mvahoney the codewitch28-Jul-21 6:30 
GeneralRe: The little SoC that could Pin
pkfox28-Jul-21 7:39
professionalpkfox28-Jul-21 7:39 
GeneralRe: The little SoC that could Pin
Mike Hankey28-Jul-21 7:51
mveMike Hankey28-Jul-21 7:51 
GeneralRe: The little SoC that could Pin
honey the codewitch28-Jul-21 9:20
mvahoney the codewitch28-Jul-21 9:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.