znakeeye

Results 29 comments of znakeeye

Why not use a clipping rectangle (the balloon) for the arrow? The suggested hack is not desirable.

@ZmorzynskiK, does your adapter handle **contextual tabs** as well?

A workaround is to set a margin on `RibbonTabItem`: ```xml ```

So in order to mimic `Office 365` style we should use the `Colorful.Blue` theme and modify with colors listed above?

We encountered this in 6.0.1. No news on this? Is there a workaround? This is a major blocker for us. Please advise!

Since you don't expose `InvokeScript()` with arguments, I don't think this can be solved without advanced hacks. **Please add these APIs**: ```c# public string InvokeScript(string scriptName, params string[] arguments) public...

I got this exact error event when running as administrator. See [issue 3285](https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3285).

> @michael-hawker -- Much appreciated! Does there exist any way to use WebView in WPF with `WebViewExecutionMode.SeparateThread` instead of `WebViewExecutionMode.SeparateProcess`? On one hand, the SeparateProcess mode is impressive and I...