Reporting service: Go to an report Action not listed the reports
Hi, I have a report viewer control which is hosted in a WindowsFormsHost control in a wpf app. I have two reports, When I create the linked report between report1 and report 2 from "Go to report "...
View ArticleAssigning a window to HwndSource.Rootvisual throws an...
Hello,we try to host a Window (in fact a class derived from Window) in a HwndSource.When we assign the window object to the RootVisual member we get the System.ExecutionEngineException exception.The...
View ArticleString concat in xaml is ignoring the system culture
Hi,Note: I have used below script in my xaml.cs FrameworkElement.LanguageProperty.OverrideMetadata(typeof(FrameworkElement), new...
View ArticleUI Automation: How to make a property of a custom UserControl visible for...
Hi!I'm doing some research for automated testing at the moment and I ran into a problem when using the UI Automation and the Automation Peers.In a demo application I create a custom UserControl that...
View ArticleHow to setvalue for DataGridCheckBoxColumn CheckBox.CommandProperty using...
Hi,I am creating a DataGrid dynamically. And one of the column of type DataGridCheckBoxColumn. For header also I need a checkbox. For that I am setting header template. And also attaching an event...
View ArticleCan I access to a form's xaml element from another class?
Hello, I have a WPF form, with a ListView element, and I need to access to it from an external class but in the same file: Page1.xaml.cs, this is my form:Page1.xaml:<Page...
View ArticleAny open source Tools for Create 3D Animation in WPF or Silverlight
Hi all, Which tools available for 3D animation create in WPF and Silverlight. Please suggest me. Thanks A.Acharya Feedback to us Develop and promote your apps in Windows Store...
View ArticleWPF Colors List
I am trying to create a list of system colorsI have a control that colors values for the same item but I get same colors for different items or color clashesI'm using a converter so I can't track the...
View ArticleSecurity of loading XAML Content received from server and loaded to...
Imagine that...I have WPF application and many users use it. I want to show my application users information about upcoming events. Can I disable following insecure behavior?I wrote following code:My...
View ArticleForum Manners
I get a Dialog box from Microsoft from time to time about doing a survey for forums but I would like to share my point of view using forums for all, especially this forum.I normally ask questions of...
View ArticleGridview.SelectionChanged Event Handler
I am trying to access the <Image> control from <DataTemplate> within <GridView> in gridView.SelectionChanged event or gridView.ItemClick event...So please let me know that how I can...
View Articlehow to generate xml through using wpf and MVVM patern
hi,i want to generate xml file(new xml with some node and attribute) through MVVM Architecture. Demo regarding generation of any file through mvvm will be very helpful.
View ArticleHow to create borderless window in WPF without using WindowStyle="NONE" in...
Hi,Am using VS2010 for WPF window creation , I need to style my window look like MSoffice 2013 UI look and feel (border-less window with Minimized , maximized and close buttons) . I should not...
View ArticlePropertyChanged notification in parent
I am not completely sure where I went wrong with this. Code available at the following link - https://dl.dropboxusercontent.com/u/56578152/SubSonic.zipThere are 3 views in the project, MainWindow,...
View ArticleGet available space in which the control can expand
I have something like that:<!-- more controls above --> <Grid Grid.Column="1" Name="grid"><Grid.RowDefinitions><RowDefinition Height="52"/><RowDefinition...
View ArticleMy DataGrid gets slower and slower....
Hey, i implemented a DatGrid inside a Tabitem and fill it with class which looks like this:public class DataGrid_ContentClass { public ImageSource _ImageSource { get; set; } public string _FileName {...
View ArticleEnabling And Disabling Validation based on IsEnabled Property
I have a PasswordBox in which I have customized to accept validation errors on user input. I use a radio button to enable the password button to allow user input and another radio box to disable it and...
View ArticleTwo questions about BindingGroup
Hi,in my application I have a DataTemplate for a TabControl defined in a xaml loaded at runtime. In this template there are 10 text boxes and I have to check they don't contain the same numbers. So I'm...
View ArticleDocumentViewer causes OutOfMemoryException
Hi,I have a problem with the DocumentViewer control (.NET 4.0). In our application we want to display xps-documents (created by our customers) with the Documentviewer control. They often contain huge...
View ArticleHow to know validation has errors programmatically?
Hi There,For example, in the UIhttp://i.msdn.microsoft.com/ff714593.Noyes_Figure4_small(en-us,MSDN.10).png . if user has inputted any information violating any validation rules, I want sete.CanExecute...
View Article