Cascading windows
Hi, I want to bring child window such that it's right and bottom overlaps with the parent's right and bottom, but the top is just below the title bar of the parent and the left to the right of the...
View ArticleUserControl overwrited when WPF app is open from other WPF App
First of all, thank you in advance.I know that my scenario could be a little bit weird but I´m going to try to explain you..I have an strange behaviour in my WPF applications. I´m developing two WPF...
View ArticleHow to bind several data (more then 7300) to datagrid
Hello,I am trying to bind to datagrid several data. I created an observablecollection, i stocked data into this collection and then i binded this collection to my datagrid. In xaml file i declared my...
View Article.Play()
I'm trying to have a clip to play on my .xaml.cs code and when i run my WPF application, it doesn't playMy command line is animation_wmv.Play();I want the clip to play automatically. Please assist
View ArticleBind listbox to an xml file at run time
I'm sure this is a simple issue, but I'm just getting to grips with xaml. I have a vb WPF browser app in VS2012 with a listbox control bound to a simple xml file (ValueList containing Value elements)....
View ArticleWPF set Stackpanel transparency
I need to set the background of a stackPanel transparent. I have a rotating image that is being displayed full screen. But I need the UserControls I put in the stackpanel to show on top of...
View ArticleRound Trip problem in WPF
I am having a view component (AvalonDock DockingManager) on which I would like to execute a method on:SaveDockingManagerLayout(xmlLayout); to save the currently used layoutvar layoutSerializer = new...
View ArticleTo have the application within the application.
Hi Is it Possible to have the WPF application within the WPF application??My Scenario is i have a Standalone wpf application and now i have to create that instance in the parent level wpf app..Is ths...
View ArticleMake child MenuItems appear to the right when selecting MenuItems
I am creating a menu using WPF. Every Menu Item has multiple child MenuItems that can also be selected. My problem is that when a Menu Item is selected the child menu Item appears to the left of the...
View Articleshrinking button?
Okay so I've been working on a final project, and I'm trying to make my only button shrink when the labeltext is = to a certain saying. So lets say that this button gives a lot of sayings, and the one...
View ArticleOverriding properties within a custom user control
I'm sure this is more simple than I'm making it, but all I'm trying to do is assign background and foreground properties to a control that is embedded within a custom control by assigning the...
View ArticleAdd check box for check/uncheck all to the header
HI ,IM using the following code for for check box, I need that the first column header will be also check box which is responsible on check or uncheck all ,how can I do that?<DataGrid...
View ArticleWPF Custom Window Resizing Issue
I have exactly the same problem like this one: http://social.msdn.microsoft.com/Forums/vstudio/en-US/f984d743-6669-4192-8e0d-d586818e9349/wpf-custom-window-resizing?forum=wpf As i can see this post is...
View ArticleDatagridComboBoxColumn and filtering of rows MVVM
Hi, i have one collection of items (ViewModel), this collection serve as datasource for DatagridComboBoxColumn(View) and i want to filter items for each DataGridComboboxColumn. Each...
View ArticleTextBlock AutoComplete In VS 2013 (xaml, C#)
I want to add autocomplete textbox in my windows app(c# XAML, Vs 2013).If we enter "a" in text box, it should show 3-4 suggestions below the text box.Please guide me for this.Regards, Govind
View Articleevent in different threaded window
I created a separate project. Now i want to start this project in a new threaded window. That's not diffucult. What i dont have a clue is how to wire and event to pass data to the new threaded window....
View ArticleHow to bind value from Dictionary, which is struct, in XAML c#?
I have dictionary which has string for key and struct for value. Struct is:publicclassAtributesOfCheckBox{publicstring signalName {get;set;}publicbool checked_value {get;set;}}How to bind Name for...
View ArticleIssue with saving a flowdocument ,which is using a BlockUIContainer, to RTF...
Issue: Code is not saving the flowdocument to RTF.I am using FlowDocumentScrollViewer. Inside this I have a FlowDocument.In .cs file, I have a grid.Grid g = new Grid();Then Dynamically creating...
View ArticleChange data grid style
HI , 1. Im using data grid ,How can I change the checkbox V color to red instead of black ? 2. Can I change the scrool viewer of the data grid to be more thin,for example to be like line thin line and...
View ArticleSpread the Love! Be our WPF TechNet Guru, this Valentine's
TechNet loves you! We love your contributions at TechNet Wiki sooo much that we give you more than just love in return...We give you NOTORIETY, GLORY... and VIRTUAL MEDALS!That's not all, this love we...
View Article