Questions tagged [xceed]

Xceed is a provider of software components and tools for the Microsoft .NET platform.

Xceed offers a broad range of software components and tools that appeal to .NET, Windows Forms, WPF, Silverlight and ASP.NET developers for building better applications. It is best known for its zip compression libraries and data grid controls, used by Microsoft in Microsoft Office 2007, Visual Studio Team System 2010, Windows Home Server and Flight Simulator among others.

315 questions
2
votes
0 answers

XCeed WPF Toolkit DatePicker in C# not correct

I use a Datepicker from Extended XCeed Toolkit in some Windows. It seems to work fine, but I run the following problem: I change the date using calender selection. I dump the value in my code behind and it happens: in my code behind the value is…
user3367867
  • 565
  • 1
  • 7
  • 19
2
votes
1 answer

How to Bind a column with a function which take the value of another column in parameter

For now, I have something like that (2 columns with dropboxes containing values independent from each other):
azerty
  • 698
  • 7
  • 28
2
votes
1 answer

Xceed Property Grid : Collection Editor Not Expanding In Proper Manner

I have used the Xceed Property Grid. I have used the Collection Editor from Xceed for Collections in this Property Grid. [Editor(typeof(CustomCollectionEditor), typeof(CustomCollectionEditor))] [Serializable] public class Variable { //Properties in…
2
votes
3 answers

How do I Reset value of IntegerUpDown to minimum if it exceeds maximum

I have IntegerUpDown like this . I was if the value is - SomeValue == 2 (Maximum). I want to set SomeValue = 0 (Minimum) when I click on arrow up in Control. How can I do…
Vlad
  • 1,377
  • 2
  • 17
  • 29
2
votes
0 answers

Xceed ListBox sorting items Using MVVM pattern

I want sorting ListBox items with MVVM pattern but following Behavior doesn't work, Can you please tell me what wrong ?, Is there any sample for xceed listbox implement with MVVM pattern ? Behavior public class CollectionViewBehavior :…
Cipher
  • 352
  • 1
  • 11
2
votes
1 answer

Xceed DataGrid Resets ScrollBar Position

When I change the ItemsSource in the Xceed DataGridControl my vertical and horizontal scroll bars immediately get reset to the top/left. Any ideas how to prevent that from happening?
Zamboni
  • 7,897
  • 5
  • 43
  • 52
2
votes
1 answer

Is it possible to prepare bindable MVVM anchorable panes both in main, footer and ride side window using Xceed AvalonDock

I am using AvalonDock control to accomplish bindable and dockable panes. I found great sample which alowed me do that. A few things are required to do that: I usedDock manager:
komizo
  • 1,052
  • 14
  • 21
2
votes
1 answer

Custom Implicit style for WPF Toolkit WatermarkTextBox

From here it seems possible to create a custom implicit style for WpfToolkit IntegerUpDown control.