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

Relative image path reference is not working in the data template of the wpf xceed busyindicator control?

I have refer the image using relative path reference ("pack://application:,,,/Images/LoadingBlocks.gif") as mentioned. But image not able to loaded while running the application. if i give the absolute image path, which working fine. that…
2
votes
0 answers

DocX Set BookMark font styles C#

I am using xceedsoftware/DocX to generate word documents from templates in C#, Unable to set styles for bookmark text alone. Trying to create extension, please find below code. I can only see option to set font styles for entire paragraph, not a…
2
votes
1 answer

XCeed PropertyGrid customizing IntegerUpDown

I'm trying to assign different increment values to different fields of an object. For example, consider a class has who has int1 and int2, and when I set ShowAdvancedOptions to true for my PropertyGrid, integer up down buttons are put in the textbox…
hebele
  • 75
  • 9
2
votes
2 answers

Telerik, Infragistics, XCeed,

I'm looking for a vendor for a grid control for WPF that works nicely together with MVVM; and that allows grouping by dragging the columns. I've been looking around and at first sight it seems that my choice at the moment would be Telerik. If there…
L-Four
  • 13,345
  • 9
  • 65
  • 109
2
votes
1 answer

Xceed Datagrid - Get filter row strings

Back again with more Xceed questions... I want to be able to get the string values of the filter row (shown below): The closest I've gotten is the following: DataGridCollectionView.ItemProperties[columnIndex].FilterCriterion Where…
AidanH
  • 502
  • 5
  • 24
2
votes
1 answer

Xceed AvalonDock 3.2 DockWidth/Height has no effect

I'm using AvalonDock(Extended.Wpf.Toolkit, free version) in an app for my employer. Setting DockWidth or DockHeight in either LayoutAnchorablePane or LayoutDocumentPane has no(visible) effect. Instead, each pane occupies an equivalent amount of…
Koby Duck
  • 1,118
  • 7
  • 15
2
votes
1 answer

How to set height and width in AvalonDock

I cannot for the life of me figure out how to set the height of panes in AvalonDock. I have tried DockHeight, DockMinHeight, and a bunch of other suggested things. Here's what I have:
zaknotzach
  • 977
  • 1
  • 9
  • 18
2
votes
1 answer

Can i disable Xceed DoubleUpDown control arrows?

Can i disable (it should be not visible) Xceed.Wpf.Toolkit.DoubleUpDown control arrows? It must be look line TextBox, but works only with digits. I use AllowSpin=False, but it only disable spin.
Admiral Land
  • 2,304
  • 7
  • 43
  • 81
2
votes
1 answer

XCeed DataGrid for WPF v4.x: How to create multiple column headers

Is there any way to create multiple column headers in XCeed DataGrid for WPF v4.x?
Kushal Waikar
  • 2,976
  • 5
  • 26
  • 31
2
votes
1 answer

Select Editor in Extended WPF Toolkit PropertyGrid

Using PropertyGrid from Extended WPF Toolkit. I would like to select a built-in editor for a field. I know I can get it from the model, this way: [Editor(typeof(TextBoxEditor), typeof(TextBoxEditor))] public string LastName { get; set; } But I…
Carlos
  • 1,638
  • 5
  • 21
  • 39
2
votes
1 answer

xceed propertygrid: choose between sets of custom propertydefinitions

Until now, I use the Xceed propertygrid with AutoGenerateProperties="True" and specify which properties I don't want to display by using the [Browsable(false)] attribute. Now I have a case, where I need to show only a subset of properties, depending…
Philipp
  • 499
  • 5
  • 17
2
votes
1 answer

Xceed DataGrid set to row:MultiSelect - How to bind selected row to its MVVM row data

I'm using Xceed DataGridControl in selection mode set to "Extended" (multi selection). I'm using MVVM. Each row is bound to an instance of my class MyRowObject. MyRowObject has a boolean property "IsSelected". I want to bind a DataGridControl row…
Eric Ouellet
  • 10,996
  • 11
  • 84
  • 119
2
votes
1 answer

How do you disable the rolling refresh animation in the WPF ToolKit DataGrid?

I have screen which shows data in a DataGrid through the DataGridCollectionView from an Observable collection. The ViewModels polls the data every 50 seconds or so and Add/Update/Deletes items in the collection. When this happens however there is…
jrandomuser
  • 1,510
  • 19
  • 50
2
votes
0 answers

xceed messagebox hidden when app focus is lost

I'm using Xceed.Wpf.Toolkit.MessageBox and when the MessageBox gets hidden by another app while it's opened (Minimizing the app also works), it's no longer displayed, it stays behind everything. This means if the MessageBox was in the app border, I…
Lionel Pire
  • 338
  • 2
  • 11
2
votes
2 answers

xceed wpf propertygrid collection select

i'm new in WPF and may be it's stupid question, but...) a have custom properties class visualased by xceed wpf propertygrid public class ShopProperties { private readonly ObservableCollection _cars = new ObservableCollection(); …
risty
  • 43
  • 1
  • 6
1 2
3
20 21