Questions tagged [wpf-extended-toolkit]

For issues relating to the Extended WPF Toolkit of Xceed.

The Extended WPF Toolkit is a free and open source collection of controls, components and utilities by .

Xceed also offers a Plus Edition for developers that want to support the project, get additional controls and features and have a version at least one release ahead.

66 questions
0
votes
1 answer

MS Word shows only first record from a rtf file created by TextWriter

I'm using TextWriter to make a RTF file based on a string. TextWriter tw = new StreamWriter(@"C:\test\test.rtf",false,Encoding.GetEncoding("iso-8859-1")); tw.Write(text); Beneath is the string I feed to TextWriter. I built it…
Jooj
  • 91
  • 2
  • 9
0
votes
1 answer

WPF extended toolkit PropertyGrid DateTime property updating issue

There is a property of type DateTime in a propertygrid. Here is a code: XAML C# public class DateEditor :…
0
votes
2 answers

How can I change build-in tooltip of ZoomControl (from wpfextensions)?

I'm using library which using WPFEextensions. On mouse over ZoomControl there's tooltip in English (how to use zoom): I want to change it to another language or write a custom tooltip message. How can I do that?
redmanmale
  • 33
  • 1
  • 10
0
votes
1 answer

Editing the style of xctk:DoubleUpDown Control

I like to change the Corner Radius of the xctk:DoubleUpDown Control to 2. The following code does not work. Without the Control Template Part no error is shown, but with the "Setter Property Template part" the error "73 Undefined CLR-namespace´ URI…
0
votes
1 answer

WPFExtendedToolkit PropertyGrid Standard Values

I'm trying to display XmlElement's attributes in Xceed PropertyGrid. For that purpose I defined custom wrapper class. It wraps XmlElement, iterates over XmlAttributes and creates custom PropertyDescriptor for each XmlAttribute. All "virtual"…
-1
votes
1 answer

Special-case display value for DateTimeUpDown control

I have a DateTimeUpDown (from the Extended WPF Toolkit). I'm using the format string mm:ss as I'm getting user-input for a time length under an hour. I'd like 00:00 to be a special case, that would mean infinity. Reading 0 from the control is fine…
Peter Lenkefi
  • 1,306
  • 11
  • 29
1 2 3 4
5