New Post: Wizard Databinding
Hi List, i have the following XAML:<Window x:Class="ICSharpCode.Reporting.Addin.ReportWizard.Dialog.ReportWizard" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleNew Post: Wizard Databinding
Is there a closing " (quotation mark) at the end of the binding for CurrentPage?
View ArticleNew Post: Wizard Databinding
Hi, yes, there is one. i forgott them by Copy and Paste Action. Thanks Peter
View ArticleNew Post: WPF Datagrid Update/Refresh
So basically, what I'm trying to achieve here is to have the grid update dynamically when the underlying data changes. After more extensive research, it seems that one of the causes of this issue is...
View ArticleNew Post: How to change the default time of date time picker from 12:00AM to...
I want that everytime I click on a date it must default to 6:00AM instead of 12:00AM
View ArticleNew Post: AvalonDock - user-controlled ability to display document pane or not.
Hi. I'm a newbie using AvalonDock, and would like to know if it is possible to 'dynamically' show or hide the LayoutDocumentPane based on user input. In our application the end-user is basically...
View ArticleNew Post: AvalonDock - tabs that start on LeftSide or RightSide are pushed to...
Hello. I'm a newcomer to the AvalonDock control and am investigating how we can incorporate it into our project. We have a specific region where we would like to put the AvalonDock, and we would like...
View ArticleNew Post: Multiline TextEditor keyboard focus on dropdown
Hello everybody, in code behind, I would like to give keyboard focus on a multiline texteditor when this drops down. More precisely, I'm catching the GotFocus event and setting IsOpen=True to drop down...
View ArticleNew Post: CheckComboBox Not Displaying Checks
While the delimited string of selected items displays correctly, their associated checkboxes remain unchecked. Surely, I'm doing something wrong. I threw together the simplest demo I could to...
View ArticleNew Post: CheckComboBox Not Displaying Checks
Nevermind... I needed to define an IsSelected property like:public class SelectableOption { public string Display { get; set; } public string Value { get; set; } public bool IsSelected {get;set} }...
View ArticleNew Post: ComboBox in CollectionControl
Does anyone know whether the above is possible or do I need to find a totally different solution? Thanks
View ArticleNew Post: INotifyPropertyChanged and WPF Datagrid
I currently have a Datagrid whose Contents and formatting are bound to my data. However, dynamic changes made (programmatically) to the underlying data do not reflect on my grid. Upon further research,...
View ArticleNew Post: ColorPicker performance
I noticed also slow performance when colorpicker is in a datagrid templatecolumn as a celleditingtemplate. I'm using the latest 2.2.1 Extended WPF Toolkit, so the fix mentioned in the previous posts...
View ArticleNew Post: CheckComboBox
Hello. My code worked well, but at some point of re-factoring, upgrade Xceed libraries, etc it stopped to work. I compared all parts of my code with an old one, and everything seems to be the same,...
View ArticleNew Post: Has WPFToolkit in .net 4.0 platform?
I downloaded WPFToolkit and used it in my project, but it is in .net 3.5 platform. after changing it to .net 4.0 I get a lot of errors and warnings. Is there WPFToolkit in .net 4.0 ?
View ArticleNew Post: DropDownButton Background Color
Greetings Gurus, This Setting has ZERO effect: 'dropdownbutton.Background = myBrush;' I simply want to change the background of the static control. Is it possible?
View ArticleNew Post: DropdownButton EATS two tab clicks
DropdownButton EATS two tab clicks when tabbing from control to control. Setting 'not tab stop' has zero effect. Any suggestions.
View ArticleNew Post: Keyboard Navigation in CheckComboBox?
I cannot, for the life of me, figure out how to perform keyboard navigation in the CheckComboBox. I can tab to it, but must use my mouse to open the dropdown. Once the dropdown is open, I can use the...
View ArticleNew Post: Where is TimeSpanUpDown?
It was supposed to be in v2.2 and Documentation page has it; however, I can't find it in the project assets.
View ArticleNew Post: How to disable auto-validation in DateTimePicker.
I see you've fixed my issue in the 2.2.1 release, but when I download the Community Addition, it seems to be v 2.2.0. What am I missing? Thanks....
View Article