New Post: PropertyGrid Column Width
PropertyGrid.NameColumnWidth set the width of the property name column. There is not autosizing feature yet. You have nothing to lose to create an issue an request the feature.
View ArticleNew Post: CheckComboBox with MVVM
Hello, I downloaded the v1.9 of the Toolkit to run the current sample and got the same crash as you said. When using v2.0, it is fixed. Please wait for the next version of the toolkit. Thank you
View ArticleNew Post: RichTextBoxFormatBar: Hides while scrolling/selecting a font in the...
Hi, if the RichTextBoxFormatBar is visible on the RichTextBox, it disappears, when the mouse is not over the popup. Now the issue is, that you can't select a font or font size, because the popup...
View ArticleNew Post: RichTextBoxFormatBar: WPF Bug with SystemFontFamilies
Hi, could you please change the following: combox.ItemsSource = Fonts.SystemFontFamilies .... to:http://code.logos.com/blog/2012/11/how-to-crash-many-wpf-applications-wpf-4-edition.html Thanks!
View ArticleNew Post: RichTextBoxFormatBar: Hides while scrolling/selecting a font in the...
issue http://wpftoolkit.codeplex.com/workitem/19451 exists for this specific problem.
View ArticleNew Post: RichTextBoxFormatBar: Hides while scrolling/selecting a font in the...
Don't forget to vote for the issue !
View ArticleNew Post: RichTextBoxFormatBar: WPF Bug with SystemFontFamilies
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: ChildWindow in CodeBehind
Hi everyone , Good thread ! Childwindow1.SetValue(ShowCloseButtonProperty ,false) seems to be not working anyone have an idea ?
View ArticleNew Post: ChildWindow in CodeBehind
fokzia wrote: Hi everyone , Good thread ! Childwindow1.SetValue(ShowCloseButtonProperty ,false) seems to be not working anyone have an idea ? its all right "SelectAccount.CloseButtonVisibility =...
View ArticleNew Post: Expandable collection using ICustomTypeDescriptor
Sorry to bump an old thread. I'm looking into this as well.http://xkcd.com/979/
View ArticleNew Post: license
This does mean I can simply add the reference and use it without any notice or anything to the end user. Yes?
View ArticleNew Post: license
Yes, in compiled form. In source code form, keep the notices and headers in the files, thanks. Odi Xceed
View ArticleNew Post: How to highlight the Items in a property grid when values are modified
I would like to highlight the propertyItem of a propertyGrid when its values are changed. Is there any way I could do it with the PropertyGrid available with this toolkit
View ArticleNew Post: ChildWindow Lock Position or Disable Drag
Can you give an example of how to modify the template ?....Where does the above get pasted. This is my ChildWindow code:<extToolkit:ChildWindow Name="SettingsWindow" Height="244"...
View ArticleNew Post: ChildWindow (v 1.9) - Lock Position ?
Can you give an example of how to modify the template so it won't move ?, or is there a property I can set ?....This is my ChildWindow code:<extToolkit:ChildWindow Name="SettingsWindow" Height="244"...
View ArticleNew Post: DateTimePicker change the align
the DateTimePicker does not align the calendar to the right but the text is aliged to the righ with the property HorizontalContentAlignment=Right, any idea to solve this problem?
View ArticleNew Post: CheckListBox and ItemsSource
I want to use CheckListBox and bind its ItemsSource to an ObservableCollection. This is the XAML:<Window x:Class="WpfApplication1.MainWindow"...
View ArticleNew Post: ChildWindow (v 1.9) doesn't center and can't be made to stay put !
A couple of questions: 1) How can I make it so it can't be moved from its set location ? I assume by overriding templates, and I saw a thread to that effect however the solution example was only...
View ArticleNew Post: ChildWindow (v 1.9) doesn't center and can't be made to stay put !
I got the centering issues fixed...it was me...:-)
View ArticleNew Post: How to highlight the Items in a property grid when values are modified
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View Article