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).
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
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开发
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
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?
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
I am taking an image of a wpf control using this code: BitmapEncoder imgEncoder = new PngBitmapEncoder();
In WPF and Silverlight, we have seen the following classes: UIElementCollection ItemCollection RowDefinitionCollectio开发者_运维问答n
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).
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)