uielement
Saving an image of a UIElement rendered larger than it appears on screen
I have a chart that I\'m displaying to the user and I want to be able to export the chart as an image to disk so they can use it outside of the application (for a presentation or something).[详细]
2023-04-07 14:19 分类:问答How to add an image of a Silverlight UiElement to Word Document
I want to add an image of a certain DataGrid in silverlight to a word Document. I\'ve created a WriteableBitmap of the DataGrid but I开发者_如何转开发 can\'t find how to copy this image to the word d[详细]
2023-04-04 14:13 分类:问答Apply static resource style to UIElement created in converter
I am binding the ItemsSource of an ItemsControl to a Textbox and then using a converter to create UIElement objects based on the Text property of the Textbox.I also have a static resource style tha开发[详细]
2023-04-03 01:50 分类:问答CKEditor how do I get a UIElement
I need to have two select menus in a CKEditor dialog, with the second select menu changing its options according to the selected option of the first menu. Simple enough you would think! But in CKEdito[详细]
2023-04-02 10:22 分类:问答UIElement's Visibility control from different UIElement
I have two UIElements X (X.xaml, Name=\"_X\") and Y (Y.xaml, Name=\"_Y\"). How can I control Visibility开发者_运维百科 of Y.xaml from X.xaml.cs?[详细]
2023-04-01 18:11 分类:问答Printing multiple UIElements in Silverlight 4
I have a page that has two UIElements that need to be printed, one is a StackPanel and the other is a custom graph control for displaying test scores. The graph control could be any length based on th[详细]
2023-03-29 00:00 分类:问答Getting Image from UIElement is cropped to displayed size
I am taking an image of a wpf control using this code: BitmapEncoder imgEncoder = new PngBitmapEncoder();[详细]
2023-03-27 10:35 分类:问答Difference between UIElementCollection and Collection<UIElement>?
In WPF and Silverlight, we have seen the following classes: UIElementCollection ItemCollection RowDefinitionCollectio开发者_运维问答n[详细]
2023-03-26 10:09 分类:问答Set events for new UIelements on runtime
I\'m kinda confused with some problem, I\'m doing a project where the user should be able to design questions with radio buttons, combo box, etc (kinda like toolbox from VS10 to design your XAML).[详细]
2023-03-25 06:48 分类:问答Flip a UIElement but preserve text inside from flipping
I think the title is pretty straightfor开发者_如何学运维ward. I\'m using some custom controls. I want to flip the tab header of a custom tab control. I tried a layout transform (ScaleTransform X = -1)[详细]
2023-03-24 18:14 分类:问答