Windows Presentation Foundation (WPF) announcement
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
Found 84947 threads
-
0 Votes
Treeview expanding - sizetoconten mainwindow changing size
Hi together Have folowing elements in my wpf application and have problem to configure sizeToContent of main window. I would like to make main windows size width ...Answered | 2 Replies | 848 Views | Created by todomati - Friday, March 13, 2020 8:04 AM | Last reply by todomati - Monday, March 16, 2020 12:57 PM -
1 Votes
How to create a database diagram in Visual Studio 2015?
Hi all, I am sorry, but I was not sure if this question does belong here. So, ... how to create a database diagram in Visual Studio 2015? Thank ...Answered | 4 Replies | 978 Views | Created by TakeshiKitano - Friday, March 13, 2020 12:30 PM | Last reply by Stefan Hoffmann - Monday, March 16, 2020 10:07 AM -
6 Votes
CollectionContainer does not support RelativeSource
Hi all I've discovered that I cannot assing a relative binding to a CollectionContainer.Collection dependency ...Answered | 16 Replies | 17485 Views | Created by Kuno Meyer - Tuesday, August 21, 2007 5:13 PM | Last reply by Grv9098 - Monday, March 16, 2020 9:54 AM -
0 Votes
Why don't I see the bottom row of text?
This is just a practice app, I'm trying to make the next letter of the alphabet appear below each letter of the entered string. As of now it looks like this: The ...Answered | 1 Replies | 809 Views | Created by Integrater - Sunday, March 15, 2020 11:19 AM | Last reply by Peter Fleischer - Sunday, March 15, 2020 5:51 PM -
0 Votes
Open a UserControl from inside a UserControl (DataGrid)
Hello, I am trying to build a WPF Application and want to open a UserControl2 from inside of the UserControl1 by clicking a button inside of the UserControl1. The ...Answered | 4 Replies | 1106 Views | Created by TobiP30 - Thursday, March 12, 2020 7:59 AM | Last reply by Peter Fleischer - Sunday, March 15, 2020 8:01 AM -
1 Votes
Centering variable sized buttons - WPF dialog
I'm struggling with auto-centering buttons and looking for some tips. I have a page that I use as a pop-up dialog box with 2 buttons at the bottom, one on the left and one on the right. ...Answered | 2 Replies | 788 Views | Created by Matt_FL - Thursday, March 12, 2020 10:50 PM | Last reply by Matt_FL - Friday, March 13, 2020 4:17 PM -
1 Votes
How to use 'mailTo' in Hyperlink for multiple email recipients?
Hi, I want to send an email to multiple users using Hyperlink in WPF. This can be achieved using 'CC' or 'BCC' field, but I want to add them in the 'TO' Field ...Answered | 9 Replies | 13268 Views | Created by Himanshu Rakibe - Thursday, September 17, 2009 10:18 AM | Last reply by justin.m.chase - Friday, March 13, 2020 1:43 PM -
1 Votes
Need Textbox with contains close button..Only when text is not empty
Need Textbox with contains close button..Only when text is not empty Looking for something like this, close button should disappear when text is ...Answered | 4 Replies | 974 Views | Created by ID GO - Thursday, March 12, 2020 6:25 AM | Last reply by Peter Fleischer - Thursday, March 12, 2020 10:50 AM -
1 Votes
Get comboBox dynamically created c#
Hello, I have my code to create dynamically comboBox in my grid : foreach (var item in myList){ ComboBox comboBox = new ...Answered | 3 Replies | 870 Views | Created by gauthiermrt - Wednesday, March 11, 2020 4:04 PM | Last reply by Alex-KSGZ - Thursday, March 12, 2020 9:38 AM -
1 Votes
Datagrid binding list comboBox from an object
Hi, In my project I use datagrid using Binding. I have no problem to display text. But I would like to display comboboxes and each combobox is different from ...Answered | 3 Replies | 944 Views | Created by gauthiermrt - Wednesday, March 11, 2020 2:45 PM | Last reply by Alex-KSGZ - Thursday, March 12, 2020 9:37 AM -
6 Votes
How to close the ContextMenu on clicking outside of the WPF application?
Hi All, Am facing an issue to close the ContextMenu on clicking Outside of WPF application. Am having an requirement to close the ContextMenu of NotifyIcon on clicking on the ...Unanswered | 10 Replies | 3515 Views | Created by VR Vijayalakshmi - Wednesday, July 24, 2019 9:20 AM | Last reply by Nikhilesh Olety - Thursday, March 12, 2020 5:42 AM -
0 Votes
Strange binding issue
I have two Dependency Properties that are ObservableCollections. Those properties are each bound to separate UserControls (ThermoCharts). Like ...Answered | 1 Replies | 775 Views | Created by T Gregory - Tuesday, March 10, 2020 8:54 PM | Last reply by T Gregory - Wednesday, March 11, 2020 12:43 AM -
2 Votes
How to remove the border on ListBox?
The ListBox class contains a Border element which has a padding set to 1. Setting the BorderThickness of the ListBox doesn't change this. I want to remove this border padding. The ...Answered | 9 Replies | 33774 Views | Created by Exel Management Limited - Wednesday, January 31, 2007 1:22 PM | Last reply by TomRobson - Tuesday, March 10, 2020 7:47 PM -
0 Votes
WPF Problem handling right-to-left TextBox with percent character
I think there is a problem with WPF and right to left input when it comes to handling the percent sign (might also apply to similar signs). When the TextBox is ...Unanswered | 1 Replies | 919 Views | Created by Nir Kornfeld - Monday, March 9, 2020 9:25 AM | Last reply by noorbakhsh - Tuesday, March 10, 2020 4:58 PM -
4 Votes
Creating a ListView/GridView from dynamic columns (MVVM)
Hi, In the project I'm working on, the user is able to create a custom query, and query a database. What I would like to be able to do is show the results of this query in ...Answered | 7 Replies | 24329 Views | Created by Matt Searles - Wednesday, November 18, 2009 1:22 AM | Last reply by Arli Chokoev - Tuesday, March 10, 2020 2:19 PM -
0 Votes
Disabling the mouse over highlight of a button
I have a button with the background set to transparent and when I mouse over the button it highlights with the default light blue background color. That's ...Answered | 2 Replies | 943 Views | Created by T Gregory - Monday, March 9, 2020 10:41 PM | Last reply by T Gregory - Tuesday, March 10, 2020 1:48 PM -
0 Votes
Bind CellTemplate from code behind
I have a ListView, which I would like to bind to a DataTable. Since it doesn't work out of the box, I did it by adding columns into a GridView and giving them names. However, I also need each cell to ...Answered | 1 Replies | 842 Views | Created by Arli Chokoev - Tuesday, March 10, 2020 12:43 PM | Last reply by Arli Chokoev - Tuesday, March 10, 2020 1:10 PM -
3 Votes
change expander control icon to 3dots
hi how to change the default Expander control icon (pic1) into 3 dots (pic2). thanks in advance.Answered | 5 Replies | 1111 Views | Created by essamce - Monday, March 9, 2020 9:05 AM | Last reply by essamce - Tuesday, March 10, 2020 11:20 AM -
1 Votes
Dynamically created label in Combobox won't size itself
I have a combo box that's filling the Items list on the fly with label controls. Unfortunately, while I'm getting the expected number of labels, <tt>ActualHeight</tt> and ...Answered | 3 Replies | 826 Views | Created by Will Pittenger - Monday, March 9, 2020 1:51 PM | Last reply by Will Pittenger - Tuesday, March 10, 2020 7:40 AM -
1 Votes
How to Add Custom Dictionary words in .lex file during run time to remove the red wavy underline in WPF textbox?
For Example: To add a custom dictionary, i have used the code given below. IList dictionaries = SpellCheck.GetCustomDictionaries(richTextBox1); dictionaries.Add(new ...Unanswered | 3 Replies | 1215 Views | Created by Naveen_047 - Monday, March 9, 2020 5:51 AM | Last reply by Alex-KSGZ - Tuesday, March 10, 2020 3:57 AM
Windows Presentation Foundation (WPF) announcement
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx