New Post: AvalonDock and MVVM Light
Hi Martin, I can see that you are using the Xceed.Wpf.AvalonDock.dll v3.2, which is only available to the "Plus edition" user (or users with a trial). "Community edition" users have...
View ArticleNew Post: AvalonDock and MVVM Light
Hi, thanks for review and the comment. I'm actually never checked the version I've installed... I've searched for avalon dock on NuGet and downloaded this version. That's new to me, that you can...
View ArticleNew Post: AvalonDock and MVVM Light
Hi, Ok, so you downloaded AvalonDock from Nuget. Up there, there is a package for AvalonDock only, and Avalon Dock is a free control in the Toolkit. So that explains why you have the latest version...
View ArticleNew Post: Avalon dock: setting size of panes to just fit contents after...
Hi, a) Height (and Width) of the LayoutAnchorableFloatingWindow is too small Issue https://wpftoolkit.codeplex.com/workitem/22457 has been created. b) Re-docking the FloatingWinfow divides the window...
View ArticleNew Post: Sample Application showing WPF toolkit use
I am going to start a new application. The application is about image processing and will mainly be focused on image manipulation and move mover(like drag drop, multiple image view etc). Could some...
View ArticleNew Post: Avalon dock: setting size of panes to just fit contents after...
I should clarify the issue.You are correct that dragging the floating window over the topmost icon will have the LayoutAnchorable fit its content, but not always. For example, if I dock the floating...
View ArticleNew Post: Avalon dock: setting size of panes to just fit contents after...
Hi, Thanks for the great explanations ! Dock via top-central drop target icons + float + dock via top drop target icon => wrong size Issue https://wpftoolkit.codeplex.com/workitem/22467 has been...
View ArticleNew Post: MaskedTextBox Supported Masks
Hi Can someone please post the table of supported mask elements to the documentation for MaskedTextBox. Thank youWPF MaskedTextBox Control Here they are in case anyone is looking for them in the...
View ArticleNew Post: ChildWindow FocusedElement not working as expected
I have an application with a ChildWindow (Toolkit V3.0) containing a TextBox. I want the TextBox to have Keyboard focus when the ChildWindow is opened (when Show() is called). In XAML, I set...
View ArticleNew Post: ChildWindow FocusedElement not working as expected
Hi, Here's a solution. Right after shoing the ChildWindow, put he focus on the ChildWindow. But make sure to set the ChildWindow.FocusedElement property to your TextBox. This way, as soon as the...
View ArticleNew Post: Avalon Dock - naming controls to assist automated testing
Hi, This feature will be available in v3.3 Plus version of the Toolkit. UI Automation will be supported for all controls in the Toolkit.―――― Get more controls, features, updates and technical support...
View ArticleNew Post: PropertyGrid map each item in a collection to individual properties
Hi, I have a entity table object that you can add new columns and each column is stored in a collection. I'm wondering if it is possible to display each item in that collection as a property of its...
View ArticleNew Post: PropertyGrid only displays property Length and no other properties
Hi, I have a PropertyGrid whose SelectedObject is set to toolBox2:<xctk:PropertyGrid x:Name="_propertyGrid" Margin="0" AutoGenerateProperties="True"...
View ArticleNew Post: PropertyGrid map each item in a collection to individual properties
Hi, If I understand correctly, you have a collection of columns and you want to display each column as an expandable PropertyItem in the PropertyGrid. So expanding a propertyItem would show the...
View ArticleNew Post: PropertyGrid only displays property Length and no other properties
Hi, You need to set a binding to your TextBlock :<StackPanel> <TextBlock x:Name="toolBox2" Text="Property Window 2" /> <xctk:PropertyGrid x:Name="_propertyGrid" Margin="0"...
View ArticleNew Post: Dynamically controlling property visibility in PropertyGrid with...
Like many others I expected the property grid to honour the BrowsableAttribute like the old WinForms property grid does when the attribute is updated dynamically. I have the situation where the value...
View ArticleNew Post: Dynamically controlling property visibility in PropertyGrid with...
Hi, Since v2.9, you have the PropertyGrid.IsPropertyBrowsable event which is called for every propertyItem. The callback will receive a IsPropertyBrowsableArgs, which has a IsBrowsable property letting...
View ArticleNew Post: PropertyGrid map each item in a collection to individual properties
Thank you very much! That's exactly what I'm looking for
View ArticleNew Post: PropertyGrid dynamically update SelectedObject binding property
Hi, I like to dynamically update the propertygrid on my drawing canvas when an item (CItem) on the drawing canvas is selected I have a propertygrid in the view bound to the drawing canvas which is the...
View ArticleNew Post: PropertyGrid dynamically update SelectedObject binding property
Hi, Can you submit a testable sample so we can test this scenario ? Thanks.―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
View Article