New Post: Magnifier memory leak?
Hi all, I've been using the magnifier control for an image viewing project where a user can open multi-page TIFF images, change page, rotate etc. The magnifier works great but I seem to be having a...
View ArticleCreated Unassigned: DropDownButton : Position of Popup [22176]
A user wrote : "Is there a styling I can use to get the DropDownContent to appear to the right of the button rather than below?"
View ArticleNew Comment on "DropDownButton"
Issue https://wpftoolkit.codeplex.com/workitem/22176 has been created.
View ArticleEdited Feature: DropDownButton : Position of Popup [22176]
A user wrote : "Is there a styling I can use to get the DropDownContent to appear to the right of the button rather than below?"Comments: ** Comment from web user: BoucherS ** Currently, you have to...
View ArticleNew Post: Update item names in CollectionControlDialog from PropertyGrid
Hi, Toolkit v3.0 will have a fix for this issue.
View ArticleCreated Unassigned: RangeSlider : Set LowerValue greater than HigherValue...
A user wrote : "There seems to be a problem when binding to controls that don't have the same limiting factors as the range sliders. Setting the lower value higher than the higher value moves both...
View ArticleNew Comment on "RangeSlider"
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22179 has been created.
View ArticleEdited Issue: RangeSlider : Set LowerValue greater than HigherValue [22179]
A user wrote : "There seems to be a problem when binding to controls that don't have the same limiting factors as the range sliders. Setting the lower value higher than the higher value moves both...
View ArticleNew Post: Magnifier memory leak?
Hi, This is interesting. Can you submit a small sample so we could see how you create and use the Magnifier ? Thanks.
View ArticleCreated Unassigned: Extended WPF Toolkit not supported in Universal App [22180]
In Visual Studio 2015, creating a new Blank App (Universal Windows) targeting .NET Framework 4.5.2 and attempting to add Extended WPF Toolkit Community Edition 2.6.0 via NuGet results in the following...
View ArticleCommented Unassigned: Extended WPF Toolkit not supported in Universal App...
In Visual Studio 2015, creating a new Blank App (Universal Windows) targeting .NET Framework 4.5.2 and attempting to add Extended WPF Toolkit Community Edition 2.6.0 via NuGet results in the following...
View ArticleNew Comment on "PropertyGrid"
Are the examples correct? When I try the example code from the section "Custom Editors with DataTemplates", I get an error on the line <xctk:EditorTemplateDefinition TargetProperties="{x:Type...
View ArticleNew Comment on "PropertyGrid"
Hi, This is not an error. TargetProperties is an IList, but you can set it in XAML with a type, or strings separated by comma. An internal TypeConverter is used to convert what you pass and add it to a...
View ArticleNew Post: AvalonDock - overlaying a floating window; zIndex issue
Hi, The LayoutFloatingWindowControl is a Window. Its content is a FloatingWindowContentHost, which is a HwndHost. Based on this MSDN Technology Regions Overview...
View ArticleNew Comment on "PropertyGrid"
BoucherS, Thank you for the quick reply. I can confirm that your change eliminates the error from the Designer. However, I'm also getting a runtime error, and that persists even with the change. The...
View ArticleNew Post: AvalonDock - overlaying a floating window; zIndex issue
Hi Boucher, thanks for looking into this! Unfortunately, these modifications didn't quite work out for me - e.g. while the SC_MOVE event was called, setting it to handled = true didn't have any effect...
View ArticleNew Comment on "PropertyGrid"
Hi T_C, I don't have a runTime error. Can you create an issue and add a sample project producing the bug ? Thanks.
View ArticleNew Post: AvalonDock - overlaying a floating window; zIndex issue
Hi BogeyLab, Hum, this is strange that setting handled = true into SC_MOVE didn't prevent the floating window from being moved around. I can move the floating Window, but as soon as I drop it, I can't...
View ArticleNew Post: AvalonDock - overlaying a floating window; zIndex issue
Just make sure to add : if( host != null ) { host.Dispose(); } in LayoutFloatingWindowControl.OnClosed() method, right after : var host = Content as FloatingWindowContentHost; to prevent any crash;
View Article