Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Browsing all 4964 articles
Browse latest View live

New Post: Downloaadable Documentation?

Hi, Is there a downloadable documentation for the AvalonDock?

View Article


New Post: Downloaadable Documentation?

Hi, The documentation for all the Extended WPF Toolkit controls is available here : http://doc.xceedsoft.com/products/XceedWpfToolkit/#Welcome.html.

View Article


Commented Unassigned: DoubleUpDown Undo and Keys [21982]

Hello,In the latest version you have implemented the IsUndoEnabled Property. If I set IsUndoEnable=false the UNDO/REDO functionality of the control will be disabled, but it seems that the KeyPressed...

View Article

Closed Unassigned: DoubleUpDown Undo and Keys [21982]

Hello,In the latest version you have implemented the IsUndoEnabled Property. If I set IsUndoEnable=false the UNDO/REDO functionality of the control will be disabled, but it seems that the KeyPressed...

View Article

New Post: How translate Zoombox 'View Finder' tooltips?

Hi, But how to be, if I install tool using nuget there is no xaml, what can I edit, can I override original ResourceDictionary with my own ResourceDictionary xaml file?

View Article


Image may be NSFW.
Clik here to view.

New Post: templating the selecton of checkboxCombo

Hi, is it possible to template the selected items displayed on top to have a tokens combobox ? something like this thanks and good day

View Article

New Post: How translate Zoombox 'View Finder' tooltips?

Hi, You have to download the source code from here : https://wpftoolkit.codeplex.com/SourceControl/latest. Open the sln and find the appropriate xaml file as pointed before. Then Search "ToolTip="Show...

View Article

New Post: templating the selecton of checkboxCombo

Hi, Currently no. The CheckComboBox as a TextBox where its Text property is binded to CheckComboBox.Text property. So no templating is available here. But since v2.4, the Extended WPF Toolkit has a new...

View Article


New Post: templating the selecton of checkboxCombo

ok, thanks for the information .

View Article


New Post: How translate Zoombox 'View Finder' tooltips?

OK, thanks.

View Article

New Post: Downloaadable Documentation?

Hi, thanks for the reply! Yes, I know where those are , but sometimes at work I don't have access to the internet on my breaks, so I need a downloadable one?

View Article

New Post: PropertyGrid with object implementing ICustomTypeConverter to add...

If you utilise ICustomTypeConverter to add extra properties on an object, the PropertyGrid does not correctly use ICustomTypeConverter.GetPropertyOwner(). I believe that this is because in...

View Article

Created Unassigned: PropertyGrid errors with ICustomTypeDescriptor object if...

I accidentally created this as a discussion here https://wpftoolkit.codeplex.com/discussions/644197 but basically, if you implement ICustomTypeDescriptor as per that discussion, the PropertyGrid will...

View Article


New Post: PropertyGrid with object implementing ICustomTypeConverter to add...

Hi, Are you talking about ICustomTypeConverter or ICustomTypeDescriptor ? Can you submit a complete sample of the propertyGrid generating an error ? What is the error ? What version of the Toolkit are...

View Article

New Post: PropertyGrid with object implementing ICustomTypeConverter to add...

I do apologise for the confusion. I actually mean the ICustomTypeDescriptor as per the above class. The class file I have attached to the issue I raised after realising I'd created a discussion...

View Article


New Post: PropertyGrid with object implementing ICustomTypeConverter to add...

Hi, Using your TestClass, here is the code I used :<Grid> <xctk:PropertyGrid x:Name="_propertyGrid" /> </Grid> public MainWindow() { InitializeComponent();...

View Article

New Post: PropertyGrid with object implementing ICustomTypeConverter to add...

OK, It would appear I have given you the earlier version of TestClass that didn't cause the problem because it wasn't using INotifyPropertyChanged handling that the one below does use. It would appear...

View Article


Commented Unassigned: PropertyGrid errors with ICustomTypeDescriptor object...

I accidentally created this as a discussion here https://wpftoolkit.codeplex.com/discussions/644197 but basically, if you implement ICustomTypeDescriptor as per that discussion, the PropertyGrid will...

View Article

New Post: PropertyGrid with object implementing ICustomTypeConverter to add...

My fix for this was to add the following code to DescriptorPropertyDefinition: public object GetValueInstance(object sourceObject) { ICustomTypeDescriptor customTypeDescriptor = sourceObject as...

View Article

New Post: PropertyGrid with object implementing ICustomTypeConverter to add...

P.S. I have just managed to update a test project that has the above two bits of code in it. You will need to link the toolkit project or fix up the reference to make it work.

View Article
Browsing all 4964 articles
Browse latest View live