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
23
votes
1 answer

Load and save layout of anchorables - Binding of Visibility

I am facing the problem that I cannot open an anchorable of type X after I have loaded my old layout. This happens only when I have closed the anchorable of type X before saving the layout. Does anyone have a similar problem with AvalonDock? Is this…
ˈvɔlə
  • 9,204
  • 10
  • 63
  • 89
10
votes
2 answers

Unable to set the initial states of selected items in CheckComboBox

I am trying to use Xceed CheckComboBox and it works well except for a small issue. When the CheckComboBox is initially loaded, the selected items List is shown properly in the ToggleButton part of the CheckComboBox, but the checkboxes representating…
Jatin
  • 4,023
  • 10
  • 60
  • 107
9
votes
1 answer

Does the DockingManager come with a built-in method for handling Anchorables

When setting up AvalonDock with a set of Anchorables, for example:
TimothyP
  • 21,178
  • 26
  • 94
  • 142
9
votes
1 answer

Using Xceed PropertyGrid

I am a beginner at C#/WPF and am trying to use the Xceed PropertyGrid. On their site they show an example:
lost_bits1110
  • 2,380
  • 6
  • 33
  • 44
6
votes
1 answer

Zoombox from Xceed WPF Toolkit not working

I am experimenting with the Zoombox control from Xceed, but I am having trouble getting it to respond to mouse wheel or pan events. Nothing happens when I use these inputs. Am I missing something in my code or…
Vahid
  • 5,144
  • 13
  • 70
  • 146
4
votes
1 answer

Get 2 line-breaks after a keyword

I am working on a code that can scan multiple .docx files for a keyword and then gives the whole sentence out, till a line break. This function works great, I get every Sentence that contains the keyword till there is a line break. My Question: How…
unsinn
  • 45
  • 6
4
votes
1 answer

DataGrid loses selection

There is a collection of categories with products. Each category is represented in the interface by the AvalonDock tab, which has a DataGrid with products. Now when switching from tab to tab, DataGrid updates the collection every time. If you select…
trydex
  • 141
  • 2
  • 15
4
votes
1 answer

Xceed PropertyGrid AdvancedOptionsMenu context menu example

I'm trying to get a "Copy" context menu to display when clicking on the advanced options icon of any property. What do I need to add to make it work?
jchristof
  • 2,794
  • 7
  • 32
  • 47
4
votes
2 answers

How To Change Calendar's Size of Xceed WPF DateTimePicker

I am using Xceed DateTimePicker control. The problem is in its calendar size: when you enlarge the font in the control itself, the size and font of its pop-up calendar doesn't change. How do I change the size of the pop-up?
v.chjen
  • 615
  • 1
  • 8
  • 20
4
votes
1 answer

Displaying the BusyIndicator correctly

I have a WPF C# app. I am using the Xceeed.wpf toolkit In pseudo code, my function will: Display the BusyIndicator A REST API call is made to my server the BusyIndicator stops displaying What actually happens is that the BusyIndicator does not…
Andrew Simpson
  • 6,883
  • 11
  • 79
  • 179
4
votes
1 answer

Avalondock MVVM Layout

So The Question has been asked before but not answered or not answered the way I would like I know how to create the Layout I want to achive, using LayoutAnchorablePaneGroup, LayoutAnchorablePane and LayoutDocument in XAML, but I wanted to use…
Philipp
  • 499
  • 5
  • 17
4
votes
2 answers

WPF CheckComboBox styling with MahApps.Metro

How can I style WPF Extended Toolkit's CheckComboBox with MahApps.Metro? My App.xaml contains:
dev0101
  • 43
  • 3
4
votes
3 answers

The name 'DockingManager" does not exist in namespace http://schemas.xceed.com/wpf/xaml/avalondock

In a C# WPF project, I added Xceed.Wpf.AvalonDock into References. In xaml file, I have xmlns:xcad="http://schemas.xceed.com/wpf/xaml/avalondock" ...
user2391685
  • 1,006
  • 12
  • 16
4
votes
1 answer

Default text for checkable combobox

I'm using the Xceed checkable combobox. Now I want to display a default text depending on the selected checkboxes in the combobox but I don't know how to do that. For example: The content (red arrow) of the textbox should be: If nothing is…
Stampy
  • 456
  • 7
  • 27
4
votes
2 answers

Are there any free compression utilities that zip in real time like Xceed Real-Time Zip?

What I need to do is compress 64KB chunks of a file as they're coming in from an external service and then stream that chunk of compressed data to the browser all in real time. Xceed Real-Time is pretty awesome in how you can set the header of the…
TheDude
  • 1,421
  • 4
  • 29
  • 54
1
2 3
20 21