uielement
How does one enhance Silverlight WritableBitmap quality when replacing UIElements for animations
I\'m doing an animation where I temporarily drop down the visibility of UIElements and overlay WritableBitmap versions of the original Image.[详细]
2023-01-02 16:48 分类:问答WPF Screenshot JPG from UIElement with C#
I\'m trying to create a JPG from part of my WPF Applications.Like a screenshot, only of individual UIElements.I started here: http://www.grumpydev.com/2009/01/03/taking-wpf-screenshots/[详细]
2023-01-02 14:05 分类:问答Why do my Silverlight UIElements NOT have OnPreview events?
I\'m building a custom Silverlight UserControl which needs to listen to events using Preview/Tunneling, but for some reason the compiler is telling me they are not recognized or accessible.[详细]
2022-12-28 21:32 分类:问答UiElement based on another class
I placed a control into a grid. let\'s say the control is derived from public class \'ButBase\' which is derived in its turn from System.Windows.Controls.Button. The code normally compiles and app wor[详细]
2022-12-27 07:43 分类:问答WPF FrameworkElement Parent and Moving a UIElement
I\'m trying to move a control from one parent to another (if this will work I\'m not q开发者_运维百科uite sure). I can get a hold of the control that I want to move. Here is my code:[详细]
2022-12-25 14:07 分类:问答C#/WPF - RoutedEvent in WPF class that isn't a UIElement
I have a class that needs to notify that something significant has occurred. The class is in a WPF-project, even though this specific class, is lookless (and doesn\'t inherit from UIElement, neither d[详细]
2022-12-24 06:17 分类:问答WPF CLR Type to UIElement
I am trying to sol开发者_开发百科ve a complicated problem. I am building a dynamic interface and want to convert any existence of an ArrayList into a TreeView. I tried value converter but it did not w[详细]
2022-12-22 03:41 分类:问答Enumerate ItemsControl.Items as UIElements
I have a list of hyperlinks that are displayed through an ItemsControl, something like this: <ItemsControl x:Name=\"SubMenu\" Visibility=\"Collapsed\">[详细]
2022-12-21 02:11 分类:问答Find the Label for a Targeted UIElement in WPF
I have the following XAML: <StackPanel> <Label Target=\"{Binding ElementName=txtSearch}\" Content=\"_Search:\" />[详细]
2022-12-18 21:03 分类:问答How can I get the parent Popup for a UIElement?
I have two questions on markup below: <Popup> 开发者_运维知识库<Button x:Name=\"button\"/>[详细]
2022-12-16 00:02 分类:问答