m0lDaViA

Results 34 comments of m0lDaViA

@NeverMorewd This is because your tab control overlays the buttons. First add the tab control and then the StackPanel with the buttons.

@NeverMorewd Does that solve your problem? If yes, please close this issue.

I don't find any DataGridComboBoxColumn control.

You wanna write the documentation? 😁

As far as I know this is not a bug. EDIT: I read it wrong sorry :D

CSCore is for .NET Framework only. So for .NET6 or above it will be difficult to sustain the usability.

> I have searched in the web, they say override DataTemplate for System.String is not good idea: [https://ikriv.com/dev/wpf/TextStyle/#TextBlockStyle](url) and you can also see this one: [https://stackoverflow.com/questions/4500115/default-textblock-style-overriding-button-text-color](url) the explain about the...

> @m0lDaViA Just like MahApps.Metro, add x:key for TextBlocks, and set the Style directly when you use it.As @taijifeng said, not overwriting the global TextBlock is the optimal solution. >...

So, i've tested this now a lot and you cannot set the fontsize of the text simple because any text value in Content="Text" does get set directly as string. You...