WPF Datagrid - Add a "Super header" to a datagrid with a horizontal scroll
Hi,A WPF datagrid control with "Super Headers":SuperHeaderA SuperHeaderB SuperHeaderCSubHeaderA SubHeaderB SubHeaderC SubHeaderD SubHeaderE SubHeaderF SubHeaderG...
View ArticleGet all controls of a certain type
Hello,I have a WPF window and I want to get in a list all textboxes that are in it, knowing that is containes labels and buttons and so on, and that for loop isn't the solution I am looking for.Thank...
View ArticleVirtualizingPanel + Keyboard
Hi!I'm trying to implement own panel (new class, derived from VirtualizingPanel, IScrollInfo). Class overrides MeasureOverride: creates there containers for visible and cleans containers for invisible...
View ArticleHow to allow integer and negative value enter in textbox Expect deciaml values.
Hi , I want to only integer & negative ( - ) value enter in WPF textbox . I am doing allow integer value enter in textbox but am not able to use negative value in textbox . Expect decimal...
View ArticleRibbon Application menuItem disabled on lost focus.
When the ribbon is in focus the application menuitems are enable. When we click on the main region UI element say a textbox and then click on the application menu all the items are disabled. To enable...
View ArticleDataTemplate created at Runtime and FindName
At first you must excuse my bad english but i hope you can understand my problem.In my project i want to create some GridViewColumns at runtime. I read some informations from an ini-file and i generate...
View ArticleI dont saw Reference " WebClient wc = new WebClient();"
On wpf 8.1, it has been change what's name. I want use "Download".
View ArticleHow to setup create WPF Window application in VS2010
HI , How to setup create WPF Window application in VS2010 ThanksA.Acharya Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help...
View ArticleProgrammatically adding rows to a DataGrid bound to LINQ table
I have a DataGrid bound to a LINQ-TO-SQL table object: dataGrid.ItemsSource = myDataContext.MyItems;This lets the user edit and insert database items without me having to implement a single line of...
View ArticleBinding two separate datagrids
HiI have two datagrids in a window.I'll keep it simple, DataGrid1 and DataGrid2. I'm using a Linq to SQL piece of code to push data into the datagrids.For example: using...
View ArticleTreeviewitems trigger
Hello. I have a Treeview and I want to customize. each TreeViewItem has a checkbox ( Visibility: hidden), when IsMouseOuver the checkbox appears,I've written this code which works well....
View ArticleDisplay only window border and not content on custom WPF window...
Hi all-I have a custom WPF window, where we have applied several brushes to the resize bars / thumbs of the window object, to customize our WPF window, and all is well. The one question I have is...
View ArticleHyperlink is not redirecting the user to the link being provided
I am trying to create an application where in the footer I have added my Site link and the Organisation I am developing the software for. The code I was using was captured from MSDN and editted to fit...
View ArticleWPF Performance Toolkit won't attach process
I am using the WPF Toolkit for Windows 7 and .NET 4.5, and running the WPF Performance ToolkitWhenever I attempt to attach to a process, the application crashes. When I debug I get the following Win32...
View Articlei want my second combobox not show the selecteditem from the first one
Hallo i have one combo box and i fill it from my database, the combo box is showing me ofc all the values from my db. Now i have one more combo box after this one and i wantnot to show the Selected...
View ArticleIs there a way to bypass an event if it is going to be indirectly triggered?
Hi,VS2013, VBI'm asking this event question here because I saw other event questions in this forum. If this is the right or wrong forum, please advise.This is the basic problem:To update the form's...
View ArticleRunning application as current logged in user
Hi,I have a machine accessible by domain windows users. The machine has a WPF application. User can launch WPF application.The application does some processing which required currently logged in user....
View ArticleMy Window overlaps taskbar when windowsstyle = none and transparency = true...
HelloI've create my own Windows Border in my Wpf Project (Windowsstyle=none,allowtransparency=true) , but when my window is Maximized it overlapps the Taskbar. I've solved this Problem, but only if the...
View Article