Updated Wiki: Area
AreaOnly available in the Plus EditionDerives from PanelUsed to display charts and a grid with axes and labels. Use the Series property to specify the list of DataPoints.SeriesAxisProperties Property...
View ArticleUpdated Wiki: Series
SeriesOnly available in the Plus EditionDerives from DependencyObjectDisplays a list of DataPoint primitives in an Area of a Chart.Properties Property Description ShowHintLabels Gets or Sets, show hint...
View ArticleUpdated Wiki: Axis
AxisOnly available in the Plus EditionDerives from Xceed.Wpf.Toolkit.Chart.GridLineRepresents an axis.Properties Property Description LabelsType Gets or sets type of tick labels. DateTimeFormatInfo...
View ArticleNew Post: PropertyGrid: Refresh Custom ItemsSource
The Update method does not recreate the ItemsSource. Any chance that work item will be included in the next release?
View ArticleUpdated Wiki: Documentation
ControlsAutoSelectTextBoxAvalonDockBusyIndicatorButtonSpinnerCalculatorCalculatorUpDownCharts -Plus EditionCheckComboBoxCheckListBoxChildWindowChildWindow Plus - Plus...
View ArticleNew Post: How can i use CheckComboBox with MVVM
Thanks a lot BoucherS , It works for me,I did all the things expect selected values in CheckComboBox When it loads first time Your reply resolved my issue :)
View ArticleUpdated Wiki: RandomPanel
RandomPanel Derives from AnimationPanelThe RandomPanel control lays out its children with a random location and size.UsageXAML<xctk:SwitchPanel x:Name="_switchPanel" Grid.Row="1"...
View ArticleUpdated Wiki: AnimatedTimelinePanel
AnimatedTimelinePanelOnly available in the Plus EditionDerives from AnimationPanelDefines an area where items are positioned on a timeline.Properties Property Description * All the Properties from...
View ArticleUpdated Wiki: AutoStretchStackPanel
AutoStretchStackPanelOnly available in the Plus EditionDerives from AnimationPanelThis panel stretches the children in the orientation direction so that they completely fill the panel area.Properties...
View ArticleUpdated Wiki: CameraPanel
CameraPanelOnly available in the Plus EditionDerives from AnimationPanelCameraPanel lays out its children in a 3D-like space. You can give the children a 3D location and set the camera position for the...
View ArticleUpdated Wiki: Canvas
CanvasOnly available in the Plus EditionDerives from AnimationPanelExactly like WPF's native Canvas panel, except that this panel can animate its children and be used inside a SwitchPanel.Properties...
View ArticleUpdated Wiki: Carousel
CarouselOnly available in the Plus EditionDerives from AnimationPanelPositions the elements in a carousel mode with a centered element in front.Properties Property Description * All the Properties from...
View ArticleUpdated Wiki: DockPanel
DockPanelOnly available in the Plus EditionDerives from AnimationPanelExactly like WPF's native DockPanel, except that this panel can animate its children and be used inside a SwitchPanel.Properties...
View ArticleUpdated Wiki: Grid
GridOnly available in the Plus EditionDerives from AnimationPanelExactly like WPF's native Grid panel, except that this panel can animate its children and be used inside a SwitchPanel.Properties...
View ArticleUpdated Wiki: PerspectivePanel
PerspectivePanelOnly available in the Plus EditionDerives from AnimationPanelPerspective panel positions its children in a perspective view with the possibility of rotating the background...
View ArticleUpdated Wiki: RadialCanvas
RadialCanvasOnly available in the Plus EditionDerives from AnimationPanelLays out its children in a circle based on panel size and/or properties set.Properties Property Description * All the Properties...
View ArticleUpdated Wiki: RelativeCanvas
RelativeCanvasOnly available in the Plus EditionDerives from AnimationPanelA Panel which is similar to Canvas but it lays out its children relative to the panel's height and width.Properties Property...
View ArticleUpdated Wiki: StackedStackPanel
StackedStackPanelOnly available in the Plus EditionDerives from AnimationPanelLays out children in a series of stacked stackpanels.Properties Property Description * All the Properties from Canvas Panel...
View ArticleUpdated Wiki: StackPanel
StackPanelOnly available in the Plus EditionDerives from AnimationPanelExactly like WPF's native StackPanel, except this panel can animate its children and be used inside SwitchPanel.Properties...
View ArticleNew Post: Populate ComboBox in WPF DataGrid
Hi, Maybe something like :<Window.Resources> <xcdg:DataGridCollectionViewSource x:Key="cvsRandomData" Source="{Binding RelativeSource={RelativeSource...
View Article