New Post: DataGridControl Speed Improvement Suggestions?
Hi BoucherS, By setting the CanContentScroll style to true, is this mainly doing UI or data virtualization, and should ColumnVirtualization be enabled separately? In the case of a statically declared...
View ArticleNew Post: Howto Check if a propertyGrid has Validation Errors
Ok, got it: PropertyItemCollection prop = (PropertyItemCollection) propertyGrid.Properties; bool validationError = prop.Any(p => p.GetBindingExpression(PropertyItem.ValueProperty).HasValidationError);
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi, When setting CanContentScroll style to True, it will enable UI Virtualization. Only the displayed cells will be loaded. By default, the DataGrid uses virtualization for columns and rows. You don't...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Yeah, the reason I went with disabling virtualization was precisely because I knew the datasource is mostly going to be a fixed size. Enabling the virtualization made a big impact on the initial load...
View ArticleNew Post: Not able to save value in WPF PropertyGrid collection control.
Hello Guys, I need help in fixing the issue. I have a class with property as shown below, /// <summary> /// To verify assembly and there versions /// </summary>...
View ArticleNew Post: ZoomBox - Scrollbars
Hi,You helped me last year with a question about PropertyGrid.I have a question about Zoombox.In the documentation there is the propertyIsUsingScrollBarsPropertyBut it seems it is not yet...
View ArticleNew Post: ZoomBox - Scrollbars
Hi, In v2.5, the new Property zoomBox.IsUsingScrollbars can be set to true to display scrollbars that will let user scroll a zoomed content. Currently, the available versions of the Toolkit are : -v2.4...
View ArticleNew Post: ZoomBox - Scrollbars
Thank you so much for your quick reply.Do you have an idea when the V2.5 will be available for community users?ThanksMary
View ArticleNew Post: ZoomBox - Scrollbars
Hi Mary, I don't have an exact date, but it shouldn't too long for v2.5 Community since v2.7 just went out for Plus users 2 weeks ago.
View ArticleNew Post: AvalonDock and MVVM CodeProject not working with latest AvalonDock
To answer my own question I later realized that I didn't need AvalonDockHost as later versions of AvalonDock allows for MVVM by use of the AnchorableSource, DocumentSource and ActiveContent properties...
View ArticleNew Post: AvalonDock loses control state in Release V2.3.0
Is there any update this issue? I am having a similar problem. Through trial and error, I found that is has something to do with the template applied to the LayoutDocumentControl, at least when using...
View ArticleNew Post: AvalonDock loses control state in Release V2.3.0
I just read workitem 21560 and saw that there is a fix. I should have checked that first. Thanks.
View ArticleNew Post: IntegerUpDown is setting the value to defaultvalue specified only...
I have two xceed integer updown controls and a save button as shown below.<extWPF:IntegerUpDown Name="iudExpectedRevenue" Text="{Binding ExpectedRevenue}" Minimum="1" Increment="1" Maximum="250"...
View ArticleNew Post: CheckComboBox SelectedValue Text Foreground color
Hello, I'm using a CheckComboBox inside a datagrid and when the row is selected I want to change the Background color and th SelectedValue Text Color. For this I have added the trigger section to...
View ArticleNew Post: IntegerUpDown is setting the value to defaultvalue specified only...
Hi, The defaultValue should be set only when focus is placed on another control so that if someone is removing the "Text" of the IntegerUpDown to write a new value, we don't want the defaultValue to...
View ArticleNew Post: IntegerUpDown is setting the value to defaultvalue specified only...
Yes its saving the current value in my case.I dont have any issue with save. But I manually deleted the value from integerupdown control and clicked on save. I want the control to show the update...
View ArticleNew Post: ZoomBox - Scrollbars
Hi Sorry to bother you again but I have a question please in Avalon DockHere is my DOckingManager. Ihave a checkbox for each LayoutAnchorable so use can show or hide it. I attached the LayoutAnchorable...
View ArticleNew Post: AvalonDock - Size of first time pinned autohide window is wrong
Hi, This will be fix in v2.8.
View ArticleNew Post: AvalonDock - Size of first time pinned autohide window is wrong
Ok I'll wait for it (I hope as soon as possible :D). Thanks
View Article