Search found 98 matches
- 22 Dec 2021, 16:43
- Forum: General Discussion
- Replies: 5
- Views: 1073
Re: Unable to animate a border's visibility or opacity
That is blinking the opacity of the children as well for me
- 22 Dec 2021, 13:51
- Forum: General Discussion
- Replies: 5
- Views: 1073
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...
- 14 Dec 2021, 12:54
- Forum: General Discussion
- Replies: 5
- Views: 1073
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...
- 30 Nov 2020, 20:09
- Forum: General Discussion
- Replies: 1
- Views: 1296
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...
- 24 Jun 2020, 01:12
- Forum: General Discussion
- Replies: 5
- Views: 5761
- 22 Jun 2020, 12:36
- Forum: General Discussion
- Replies: 5
- Views: 5761
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...
- 19 May 2020, 12:14
- Forum: General Discussion
- Replies: 5
- Views: 5761
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...
- 31 Mar 2020, 15:06
- Forum: General Discussion
- Replies: 2
- Views: 1556
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.
- 31 Mar 2020, 14:17
- Forum: General Discussion
- Replies: 2
- Views: 1556
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...
- 18 Oct 2019, 11:49
- Forum: General Discussion
- Replies: 5
- Views: 2332