Search found 98 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 10
by darthmaule2
22 Dec 2021, 16:43
Forum: General Discussion
Replies: 5
Views: 505

Re: Unable to animate a border's visibility or opacity

That is blinking the opacity of the children as well for me
by darthmaule2
22 Dec 2021, 13:51
Forum: General Discussion
Replies: 5
Views: 505

Re: Unable to animate a border's visibility or opacity

That works but blinks the border and all it's child controls. I want to just blink the border somehow...
by darthmaule2
14 Dec 2021, 12:54
Forum: General Discussion
Replies: 5
Views: 505

Unable to animate a border's visibility or opacity

I'm trying to "blink" a border either by animating it's visibility or by animating it's BorderBrush's opacity. So I have a DataTemplate for a "StereoMtd" datatype. When ErrorBorderFlash is true I try to load the storyboard but nothing happens. I'm able to blink the border opacity...
by darthmaule2
30 Nov 2020, 20:09
Forum: General Discussion
Replies: 1
Views: 1071

AllowsTransparency not supported by Window in C#

Hello, It looks like the Window class doesn't support the AllowsTransparency property: MainWindow.xaml(1): Unknown member Window.AllowsTransparency I would like to fade out the opacity of my window when it's closing, like this: <Window x:Class="SystemUpdate.MainWindow" xmlns="http://s...
by darthmaule2
22 Jun 2020, 12:36
Forum: General Discussion
Replies: 5
Views: 5016

Re: ListView Template with ScrollViewer containing custom Panel instantiated twice and ItemsOwner(this) returns null

That works but now scrolling is broken. My VirtualizingTilePanel's ScrollOwner property is set to null by the framework. Things like mouse wheel don't work despite my VirtualizingTilePanel implementing IScrollInfo. Even if I set the ScrollOwner manually it doesn't scroll: private void ListView_OnLoa...
by darthmaule2
19 May 2020, 12:14
Forum: General Discussion
Replies: 5
Views: 5016

ListView Template with ScrollViewer containing custom Panel instantiated twice and ItemsOwner(this) returns null

I have the following abbreviated XAML for displaying thumbnails on a filesystem. I specify a custom panel in the Template. <UserControl x:Class="Modules.FileManager.FileManagerView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.mic...
by darthmaule2
31 Mar 2020, 15:06
Forum: General Discussion
Replies: 2
Views: 1211

Re: BeginInvoke / ResumeForegroundAsync seem to hang if the application is not active

Just did some more testing and noticed that while this occurs in Windows x64, it does not in Linux x64.
by darthmaule2
31 Mar 2020, 14:17
Forum: General Discussion
Replies: 2
Views: 1211

BeginInvoke / ResumeForegroundAsync seem to hang if the application is not active

I've seen this is two scenarios. 1.) We have a countdown timer that runs when I hit "shutdown" in a menu. The timer counts down from 5 to 0 and then the application closes. --> We have seen that, during this countdown, if we switch to another application the countdown stops. All it takes i...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 10