New Post: Close All option for AvalonDock
Awesome, thanks. What's the eta for 2.5, just roughly? 6 months, a year, two?
View ArticleNew Post: PropertyGrid Collection Editor - Class types for new objects
I am using the property grid and one field is a collection. I need to know when an item is added to this collection. The property grid automatically displays the dialog. Thanks Mary
View ArticleNew Post: Need help with Zoombox behaviour
We're you able to solve this issue. I have a similar case where I have a canvas inside a zoombox. I change the canvas size. The zoombox doesn't behave correctly
View ArticleNew Post: Need help with Zoombox behaviour
Yeah, the solution is to avoid any canvas size changes and make it transparent. I've come up with static canvas size and negative/positive child object coordinates. So when i drag my vertices canvas...
View ArticleNew Post: Close All option for AvalonDock
Hi, The "Plus" users are always 1 version ahead., Here are the current version : Plus users : v2.4 Community users : v2.3.1 (if not released, it should be by today or tomorrow) Next releases (v2.5 for...
View ArticleNew Post: How to disable Zoombox scaling on content resize?
Hi I am facing the same problem when the content size changes what should I do to the zoombox so it works correctly. Thanks
View ArticleNew Post: PropertyGrid Collection Editor - Class types for new objects
This is based on issue https://wpftoolkit.codeplex.com/workitem/20977
View ArticleNew Post: Close All option for AvalonDock
Excellent! I'll be sure to get the Plus edition then, and maybe the business suite with support like this :)
View ArticleNew Post: Dynamic PropertyGrid
Hello, I'm a new user to this toolkit. I love it so far. I'm trying to use a property grid to show properties of my game entities. The problem is, each entity has it's own set of properties. I can't...
View ArticleNew Post: Dynamic PropertyGrid
Hi webjeff, What you want to do is possible with the toolkit, in the "Plus" version. Please have a look at the LiveExplorer available here : https://wpftoolkit.codeplex.com/ In it, look at samples :...
View ArticleNew Post: how to resize ZoomBox bounds when the image inside changes size
<ZoomBox><Image RenderTransform= /> I have an image inside the ZoomBox. I am using RenderTransform to change the image. Unfortunately RenderTransform doesn't update the image actual width...
View ArticleNew Post: HeaderImage in Wizard
Hi all, I have an C# assembly in which i have written a wizard. Everything's working fine in the final project, except that I can't figure out, how to convert a System.Drawing.Bitmap into ImageSource,...
View ArticleNew Post: Change color of spinner button for decimalupdown
Hi So what I attempting to do is to change the background color of the buttons used within the DecimalUpDown controls; xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"...
View ArticleNew Post: HeaderImage in Wizard
Maybe this could help http://www.codeproject.com/Questions/621920/How-to-convert-Bitmap-to-ImageSource
View ArticleNew Post: Change color of spinner button for decimalupdown
Hi, Your code works in Windows8. I believe you are not working with Windows8. Try to add the following in file Xceed.Wpf.Toolkit/Themes/Generic/Buttons.xaml in the "SpinnerButtonStyleKey"<Setter...
View ArticleNew Post: Is it possible to get notified in datagridcontrol, when realized...
I would like to utilize the datagridcontrol with virtualization and databound itemssource and provide a possibility to have the columns always as narrow as possible. Therefore I tried to call the...
View ArticleNew Post: PropertyGrid: Custom Items Source and ReadOnly Attribute
In v2.5. when using EditorAttribute on a readOnly property (only set or with ReadOnlyAttribute set to true), it won't default to a TextBlock...unless the editor.IsEnabled is set to False in...
View ArticleNew Post: VS 2013 error: Error 48 Nested types are not supported..
Hi, When I try to compile the LiveExplorer sample in VS 2013 it generates 50 errors: Error 49 Nested types are not supported: BusyIndicator.Views.BusyIndicatorCustomContentTemplateView....
View ArticleNew Post: VS 2013 error: Error 48 Nested types are not supported..
Hi, Where did you download the WPFToolkit ? What is the version of the Toolkit? I didn't try in VS2013, but in VS2012 and VS2010, there shouldn't be any errors. Thanks
View ArticleNew Post: VS 2013 error: Error 48 Nested types are not supported..
Hi, I downloaded the WPFToolkit from this web site yesterday. There are similar XAML issues in the web when you use VS 2013. BR, Ilkka
View Article