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
0
votes
0 answers

Xceed Wpf PropertyGrid - reset SelectedItem programatically

When I load my app Property Grid looks like this: Initially no item is selected. After I Select an item, it shows every property properly. The thing is that I need to reload my list of items, reset the selection and set Property Grid to its initial…
0
votes
0 answers

Xceed themes override all other styles

I'm using an xceed datagrid with the Office2007BlackTheme. I also have a lot of styles, that I want to apply to UI controls inside my datagrid. Unfortunately the theme seems to override everything as long as its inside the datagrid. It is worth…
Hjalte Tagmose
  • 67
  • 1
  • 12
0
votes
1 answer

Xceed DataGrid: Remove spacing above detail rows

How can I remove this spacing Xceed automatically puts in before detail rows? Normally there's a title here but I set it to nothing as I didn't want it. The spacing marked red is the most annoying. I found that replacing this line: …
Hjalte Tagmose
  • 67
  • 1
  • 12
0
votes
1 answer

Xceed DataGrid: Edit cell with keyboard navigation

I have a datagrid, which uses a DataTemplateSelector to display different editable values as either a textbox, a combobox or a slider. The problem is that I can tab to these cells, but have no way of editing them with the keyboard. I had imagined…
Hjalte Tagmose
  • 67
  • 1
  • 12
0
votes
1 answer

How add wpf usercontrol in xceed wizard control?

hi i have tried to use wizard control. i' d like to call my usercontrol in a page of wizard control.
Disaji
  • 89
  • 2
  • 11
0
votes
2 answers

How to fix Xceed DateTimePicker ArgumentOutOfRangeException Error

I am using the Xceed DateTimePicker as the control in a wpf DataGrid for all columns that are bound to a Date property. Each of the those columns is defined as follows:
SezMe
  • 527
  • 8
  • 24
0
votes
1 answer

Xceed datagrid - change datarow colour based on DateTime value

I have a datagrid (Xceed community edition version 3.1.0) containing general invoice information. One of the fields contains the due date of the invoice. I want to have a different colour for the rows with an expired due date. To accomplish this…
Hans
  • 23
  • 5
0
votes
1 answer

Pause property changed event while typing in Xceed decimal up down control

I have decimal up control in my wpf application. While I am trying to 0.5. When I am type 0 in decinmal up down text box. It will raise property changed event. In that property changed. My requirement was to raise property change event when I am…
DINESH KUMAR
  • 133
  • 2
  • 10
0
votes
0 answers

c# WPF Xceed ProgressBar IsIndeterminate Exception

I am trying to use the ProgressBarCircular from Xceed.WpfToolKit without success. I followed the following question to help me make it work : C# WPF Indeterminate progress bar so my code now looks like that : private async void…
NicolasR
  • 874
  • 2
  • 11
  • 18
0
votes
1 answer

AvalonDock: Keep floating windows visible when minimizing main application

Is it possibe to keep the floating windows visible when minimizing the main application?
Tim
  • 140
  • 1
  • 1
  • 5
0
votes
1 answer

How to add table functionality to Extended RichTextBox control?

So, I need a WPF RichTextBox control with support for table creation (beside usual formatting stuff, hyperlinks and support for html format). Just to clarify I need the user to be able to insert table rows & columns. The Xceed RichTextBox control…
Valentin
  • 717
  • 10
  • 21
0
votes
2 answers

XCeed Propertygrid: HideInheritedProperties="False" does not display inherited properties

The base class properties are missing when I bind this to my object:
jchristof
  • 2,794
  • 7
  • 32
  • 47
0
votes
1 answer

PropertyGrid loose focus after RefreshProperties.All

I am using WPF Xceed.Wpf.Toolkit.PropertyGrid to show properties of my object for user to edit. My class property is as shown below: private double height; [Browsable(true)] [RefreshProperties(RefreshProperties.All)] public double Height { …
0
votes
1 answer

xceed IntegerUpDown: shifted context menu values

I use Xceeed Wpf Toolkit and IntegerUpDown: xmlns:XceedToolkit="clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit"
Admiral Land
  • 2,304
  • 7
  • 43
  • 81
0
votes
2 answers

How to bind to Xceed DataGridControl column index

For the last two days I've been trying create a data template for the header of the column based on the ACTUAL( not visible ) index of the column. Can anyone please enlighten me how to do that…
Christo S. Christov
  • 2,268
  • 3
  • 32
  • 57