New Post: [ADDRESSED, see end of thread] Remove "Powered by Xceed" header
Thank you! I managed to "remove" it by substituting a different PNG for the Watermark.png file, but that required me to create a custom build from source. That worked fine, but am curious if there's a...
View ArticleNew Post: Zoombox Adjust View Around Mouse Click Point
Hello I'm using the Zoombox to show treeview graph. When the user expands a node, the zoombox adjusts itself accordingly. Now I don't fully understand the view stack and that could be some of the...
View ArticleNew Post: [ADDRESSED, see end of thread] Remove "Powered by Xceed" header
Comment the following methods:HierarchicalGroupByControl.OnApplyTemplate() HierarchicalGroupByControl.MeasureOverride(Size) And the content of this one:DataGridControl.UpdateDataGridAdorner() Recompile...
View ArticleNew Post: [ADDRESSED, see end of thread] Remove "Powered by Xceed" header
Just a reminder though, that we're working on it for the next release.
View ArticleNew Post: [ADDRESSED, see end of thread] Remove "Powered by Xceed" header
Sounds good, and thanks again for releasing and supporting this control.
View ArticleNew Post: ExpandableObject Property with EditorTemplate
What the new version broke: One or more properties that we were using were eliminated (I don't recall which ones). Beyond that we don't have the time to regression-test the entire form again (the...
View ArticleNew Post: UpDown controls
Is there a way to have the updown controls allow the value to wrap. In other words, if an updown is constrained to 0-359, and the up arrow causes the value to want to go to 360, I want the control to...
View ArticleNew Post: DoubleUpDown bug
I have a control that has an adorner on it that's used to rotate the control. This control's rotation angle is also bound to a DoubleUpDown property item in the property grid. When I use the spin...
View ArticleNew Post: Color Picker 1.9.0.0 - Textboxes on the 'Advanced' control override?
Hi, First of all, i would like to thank you for this valuable WPF toolkit as it simplifies a lot of work and provides an impressing compatability with various other SDKs. I would like to override the...
View ArticleNew Post: MaskTextBox 1.9.0 does not work without "Xceed.Wpf.Toolkit"
Hey. I created an application which uses MaskedTextBox. That is okay. However, if I make a "Release" of project and take from one place to another then an application stops working. But If I add...
View ArticleNew Post: Remove "Powered by Xceed" header
I wrote a little blog post that allows you to have an extension method that can be used during the onload of your view to hide the adorner layer that shows the watermark. This is a stop-gap measure...
View ArticleNew Post: MaskTextBox 1.9.0 does not work without "Xceed.Wpf.Toolkit"
If you use an object from the toolkit DLL, you MUST include the DLL with your application (in one way or another). The reason is that the DLL probably won't be in the GAC on the destination PC.
View ArticleNew Post: UpDown controls
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: UpDown Controls again
I'm using an IntegerUpDwn (v1.7) control: 0) It lets me type (and copy) non-numeric characters into it (the border doesn't turn red either). 1) When I copy text that exceeds the upper bounds, it sets...
View ArticleNew Post: IntegerUpDown (v1.7) - IsEditable?
The all-too-brief documentation mentions the "IsEditable" property for the IntegerUpDown control. Was that added in 1.8 (or 1.9)?
View ArticleNew Post: Remove "Powered by Xceed" header
:) I wasn't too bothered by the watermark to tell you the truth. I am using the grid in an internal administrative application so like 5 people ever see it. Someone mentioned it and "challenged" me to...
View ArticleNew Post: MaskTextBox 1.9.0 does not work without "Xceed.Wpf.Toolkit"
Is it really? Does this rule work on all versions of Toolkits? What I should do if I do not want to put this file with application?:)
View ArticleNew Post: MaskTextBox 1.9.0 does not work without "Xceed.Wpf.Toolkit"
StepUp, Unless you directly borrow pieces from the dll source code and add those in the same namespace in your project, you can not build the software without the referenced libraries. Please note that...
View ArticleNew Post: MaskTextBox 1.9.0 does not work without "Xceed.Wpf.Toolkit"
zaitsman wrote: StepUp, Unless you directly borrow pieces from the dll source code and add those in the same namespace in your project, you can not build the software without the referenced libraries....
View Article