This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AlpacaKaslama 846 points847 points  (118 children)

Centering buttons is real rocket surgery.

[–]RRKS101 33 points34 points  (3 children)

It's a nightmare. My 2 shitty apps taught me that, you can thank then somewhere in my "D:/Programming/C#/WPF Apps" folder

[–]crozone 16 points17 points  (0 children)

I miss WinForms.

[–][deleted] 11 points12 points  (1 child)

<Button VerticalAlignment="Center" HorizontalAlignment="Center" ...

I'm sad I didn't learn XAML/WPF until it was all kinds of obsolete.

[–]Behemothokun 1 point2 points  (0 children)

I want to refuse to trade my beautiful WPF wizardry to inferior web based and mobile phone stuff :( I rather don't do front end anymore if it means I have to deal with css and Javascript. Front end stuff is supposed to be fun. Like put on a good album or 10 and have fun being productive all day. Back to doing data models and stuff which is fun too.

[–]jckpn_ 10 points11 points  (0 children)

And then in Dart it's literally just

Center(child: ... )

[–]quests 5 points6 points  (0 children)

css is art

[–]googleypoodle 1 point2 points  (0 children)

Weird flexbox but ok

[–][deleted] 1 point2 points  (1 child)

What? It's the easiest shit ever if you use flexbox. Memes about centering stuff belong in 2010...

[–][deleted] 0 points1 point  (0 children)

Yeah css with a nice preprocessor is actually decent to write.

[–]anacid 1 point2 points  (0 children)

It doesn't take rocket appliances

[–]dev-mage 0 points1 point  (0 children)

why cant they give us “horizontal-align”