Fredrik Ekdahl

Results 11 comments of Fredrik Ekdahl

Same happens in 2.3.11.0 Also happens when not mapped to a drive, just browsing a share.

I'm having the same problem with Sony TV with MT5893 (KD-65XG8599). Videos recorded on Android phones in portrait orientation.

Hi, ok I see. I did a MID interpreter that outputs the properties for easier viewing and was missing a description of what the MID is for (the application doesn't...

Used a color picker to compare the two light examples. The WPF UI screenshot: Selected tab color = FEFEFE (254) Not selected tab color = FBFBFB (251) Only 3 steps...

I also miss this a lot for NavigationView page navigation. Has anyone figured out a workaround?

Changing the navigation method from ``` ContentFrame.Navigate(typeof(MyPage)); ``` To have a variable with the instatiated page works for me. ``` if (_myPage == null) _myPage = new MyPage(); ContentFrame.Navigate(_myPage); ```

How can this compact style be applied for all DataGrids or one DataGrid?

A preferred solution would be configurable padding instead so the row heights can still be different depending on row contents, like multiple lines (and of course allowing lower minimum height...

Found a simple solution for reducing dead space at top and bottom (globally): `Application.Current.Resources["DataGridRowMinHeight"] = 24.0;` Still looking for a simple solution for reducing padding at left and right.

This is a feature I also miss. Need to update the page to get back.