Tyrrrz / OsuHelper

Beatmap suggester for osu!
Other
105 stars 7 forks source link

Material design for the TabControl #4

Closed Erinaaaaaaa closed 8 years ago

Erinaaaaaaa commented 8 years ago

I saw you're using the Material Design in XAML Toolkit, but the tabs aren't skinned.

Using the Dragablz library (available as a NuGet package) and some more setup that can be found on the linked GitHub page, you can set up your TabControl to be a dragablz:TabablzControl So it would become Material-styled too

Tyrrrz commented 8 years ago

Thank you, will implement that

Erinaaaaaaa commented 8 years ago

oh wait, i forgot to link how to setup the material design actually. here is how to setup material for the Dragablz controls

Tyrrrz commented 8 years ago

Yes, I've found a link myself, but thank you :)

Tyrrrz commented 8 years ago

Done