New Post: DateTimePicker Time resets
Hi, I'm using toolkit version 2.5.0.0, my system language is Russian. I'm afraid i can't submit a sample with it due to the fact that my current project is very big. I will be able to make a sample in...
View ArticleNew Post: MaskedTextBox for DateTime field doesn't work
I have created a MaskedTextBox inside my xaml window and bind a Datetime Property on my viewmodel. I can't make it work because initial bind is missing seconds and milliseconds and when I try to edit...
View ArticleNew Post: AvalonDock DocumentsSource and DataTemplateSelector Issue
I posted this question on stackoverflow.com Basically, I have DockingManager.DocumentsSource bound to an ObservableCollection<object> and DockingManager.LayoutItemTemplateSelector bound to a...
View ArticleNew Post: Add anchorables to different sides using ILayoutUpdateStrategy in MVVM
Is there a way to do this in a MVVM way? Also I tried setting "IsSelected = true" "IsActive = true" directly inside the <LayoutAnchorable> in xaml. When I startup the application, the anchorable...
View ArticleNew Post: PropertyGrid does not work to expand the use expandable object
Below the link to download the source code, this referencing the Xceed.Wpf.Toolkit that changed in this case will work, but if the original reference is not possible to expand the propiedade within the...
View ArticleNew Post: GroupDescription causing crash if in CollectionViewSource
Hi, Can you submit a sample so we can test the exact same scenario ? I'm not sure what the "Date" column is. Thanks.
View ArticleNew Post: Pay For Best Features is NOT Open Source
I just wanted to say that I'm disappointed in what you're doing. Open Source software has never been about sell premium versions...especially not for better controls. It's about contributing to the...
View ArticleNew Post: Pay For Best Features is NOT Open Source
You (and anybody else) can fork this project and try work on improving the controls. The license is MSPL. If you do a good job, this page will be irrelevant. Meanwhile, we have a couple of new versions...
View ArticleNew Post: Accessing CollectionControl on avalondock panel
How can access a CollectionControl on an AvalonDock panel? Specifically I have the following:<avalonDock:DockingManager x:Name="dockManager">...
View ArticleNew Post: AvalonDock DocumentsSource and DataTemplateSelector Issue
Hi, I'm taking notes of this. In the meantime, in your DataTemplate, you can use :<TextBox Text="{Binding Content.YourProperty}"/> to make it work. The xaml has been modified from the original...
View ArticleNew Post: How to disable left, right, top and bottom drop targets while...
Hi, I need to disable all the drop target except the center one. Can any one help me with that? Thanks, Sushil
View ArticleNew Post: GroupDescription causing crash if in CollectionViewSource
I'll try and get a sample together but it's my son's birthday tomorrow and last day of work plus out tonight so probably be next week before I can.. Put simply, all roads lead to MessageTime which is...
View ArticleNew Post: Pay For Best Features is NOT Open Source
I would agree with the first statement. However, I believe you have a misunderstanding about open source as that has nothing to do with premium features of software. Open Source just means that the...
View ArticleNew Post: How to disable left, right, top and bottom drop targets while...
Am I understanding this correctly, you want to be able to float a Document but only allow snap back to a tabbed document, not to the anchorable sides? From what I have seen in the source, the code...
View ArticleNew Post: How to disable left, right, top and bottom drop targets while...
@netniv: Exactly and I don't want left,right, top & bottom overlay as well..
View ArticleNew Post: PropertyGrid does not work to expand the use expandable object
Hi, I was wondering if this issue will be arranged in the next version or will not be changed. Thanks.
View ArticleNew Post: ZoomBox - Scrollbars
Hi I have a question please in ZoomBox.I have a drawingcanvas inside the Zoombox. I have some rectangles drawn.When I zoomin, the rectangles are zoomed in but also the line thickness increases. Is...
View ArticleNew Post: AvalonDock DocumentsSource and DataTemplateSelector Issue
Somebody posted an answer in my stackoverflow question . Basically, when you return base.SelectTemplate() at the end of your override SelectTemplate then eventually binding will work properly. From...
View ArticleNew Post: CollectionControlDialog question
If I do changes in properties (property grid) of existing type entry the changes are saved no matter if I click "OK" or "Cancel" buttons! Button "Cancel" should rollback ALL changes! How can I do it?
View ArticleNew Post: PropertyGrid DateTime property updating issue
Hi. There is a property of type DateTime in a propertygrid. Here is a code:<xctk:PropertyGrid x:Name="_propertyGrid" Margin="10" AutoGenerateProperties="True" SelectedObject="{Binding}">...
View Article