How to add a n extra button to window title bar of a WPF window?
I need to add an extra button to the title bar bar of a WPF window. There are several posts which says to hide the window title bar and add a custom title bar to the window, but I don't want to do that...
View ArticleVisual Studio 2012 WPF Designer & Satellite Assemblies
Dear all,I'm developing a localization extension for WPF and other Frameworks based on MarkupExtension with design-time support. This worked well for VS 2010.Beginning with VS2012 (and earlier with...
View ArticleHow xaml work when a ContentTemplate's Content is FrameworkElement but...
A ContentTemplate:<ControlTemplate TargetType="{x:Type XXX}"><Border /></ControlTemplate>ControlTemplate inherit FrameworkTemplateA part of code of...
View ArticleOnmouse over submenu in WPF
hi all i am very new to WPF. how to create onmouse over submenu in wpf.here is my menu.<Grid><Menu IsMainMenu="True" HorizontalAlignment="Left" Name="menu1" VerticalAlignment="Top"...
View ArticleFramework Crash occurring while entering Japanese Kana in WPF text Box after...
Hi,When I enter Japanese Kana character in WPF TextBox soon after setting Focus, System.Environment.FailFast Exception is occuring. The following details is obtained from event log, 場所...
View ArticleMultiple Views in Regions using Prism framework
Hi,we are having a requirment to build a wpf application which has the below details1. Screen A2. Screen B3. Screen CScreen A has 3 regions , inside which there are 3 viewson click of button present...
View ArticleWhat Navigation method to use
Hi there, as you probably guessed it I am a newbie to WPF. I am trying to build my first WPF application. Although I have tons of questions, but to begin with I would like to know what navigation...
View ArticleHow to add filtering to a combobox
Hi, I'm having a real problem trying to add filtering to a combobox in WPF. The idea is that I should be bale to typ some characters which filter the items in the dropdown list to make finding what I...
View ArticleHow to create set-up of WPF application which check sys requirement ?
HelloI have created a WPF application and used one third party dll in the project. But before use this dll need to install that dll set-up in the system.Now I want to create the set-up file to install...
View ArticleDatabinding two way
Hey I have created a microsoft Ribbon Window in Visual studio 2010 wich works great with databinding in a one way manner.So if I push a button a method get's triggered and the code inside get's...
View ArticleData Grid row Issue
hi all,i am facing some UI issue. before the text i can see some control type in UI i mean one vertical Line..can any one suggest me how can i avoid that line in DataGrid--SharathKumar11sharathkumar11
View ArticleIs it possible to display a cell of type double, not as 0 but empty?
My application reads its first 12 DataGrid columns (which are read-only) from an XML source. The last 3 columns are filled by the user.My problem is that those 3 columns are of type double and...
View ArticleRemote computer explorer with drag and drop facility
Hi, My application have to access the remote computer on the network and to display it in UI in exactly as windows explorer.The communication is established via sockets. The addition feature is to...
View ArticleRotating the animation path
I created a slider and binded it with a rectangle which basically changes the angle.now for moving the object on slider i converted the rectangle to motion path and it seems to work fine but as soon as...
View ArticleWPF: Possible issue with SizeToContent property
Hi, Steps: 1. Create new WPF application; 2. Add TextBox control to the MainWindow; 3. Add a Path (horizontal line) with Stretch=Fill, Width="Auto" to the same window; 4. Set the window property...
View ArticleDataGrid Grouping
Hi,I am trying to group items in a datagrid based on a particular property, I am not able to see the group header text. I have given below the Xaml part, ViewModel & Model. Looking forward for...
View ArticleAvoiding code duplication in your XAML
Good day,Basically have a full WPF app (my first) built to update a list of orders. I would like to take the existing GUI, put in a tab and create another tab identical to the first with a few...
View ArticleXBAP: Runtime configuration - via custom DomainManager works out of browser...
I have subclassed DomainManager and HostSecurityManager to allow for (pre) runtime edits to the application configuration. I am doing this so that I can store all of our configuration bits in a...
View ArticleProper value of itemssource for listview in a datatemplate?
Hello all, I'm fairly new to WPF, having only done a few sample applications. I find myself inheriting a fairly large project where the programmer I replaced used WPF and XAML quite extensively,...
View Article