Oliver Ehrenmüller
Oliver Ehrenmüller
I just tried the following ``` ``` When I set `Focusable=True` this adds a tab stop to the content presenter: 1. ToggleButton (in Header) 2. ContentPresenter 🆕 3. Button "Hello"...
Great, I reproduced your issue (needed some changes for DataContext etc...) But even if I set `Focusable="True"` on the ContentPresenter `PART_Content` the focus when expanding does not work:  To...
the focus works when changes from 0c8779003b9a497efd3b73a7b013742e42f015b3 are reverted:  The focus does not work anymore because the Expander-content is collapsed when FocusManager is called. I think #2579 is still...
ad 1. it's `net48` ad 2. I was not yet able to create a demo-app without MDIX to reproduce this issue, but we will work on this
I added the `RemoveAlphaBrushConverter` to work around a problem. Here is `HorizontalGridLinesBrush` without opacity.  here with opacity (set directly to `MaterialDesignDivider`)  You can notice, that the actual data...
We have the same issue with `121.0.2277.128` ``` OpenQA.Selenium.WebDriverException: disconnected: not connected to DevTools (failed to check if window was closed: disconnected: not connected to DevTools) (Session info: MicrosoftEdge=121.0.2277.128) bei...
I would love to have an option where I can configure a process like `ffmpeg.exe` and awake is enabled as long as the process is running
I guess he just means the parent process. so that the PID must not be looked up. here is a .bat-file that should keep system awake for 10 seconds ```...
@dend I just tried it, but I could not get it to work: test.bat: ``` PowerToys.Awake.exe --use-parent-id echo %ERRORLEVEL% timeout /t 5 /nobreak ``` output: ``` C:\Temp>test.bat C:\Temp>PowerToys.Awake.exe --use-parent-id C:\Temp>echo...
@dend you are right! I am sorry, it works now. Thank you very much! 😄