Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all 4964 articles
Browse latest View live

Created Unassigned: AvalonDock Floating Documents not highlighted when active [22269]

$
0
0
We noticed that floating documents never use the corresponding highlight state.
There seems to be a initilization problem with floating windows, especially documents for that matter.

I looked into the source and was able to hotfix the problem.
FloatingDocumentWindowControls apply the themes in the constructor but the datatrigger that updates the highlight-state of floating-documents depends on the implemented abstract property 'LayoutDocumentFloatingWindowControl.Model'. If you move the application of the theme to the inheritors constructor the databinding is working again.

It would be great if this gets fixed fast so we don't have to use a hotfixed version for to long. Additionally we can't really confirm that this fix is not causing other problems.

Corresponding DataTrigger can e.g. be found in:

-> ExtendedWpfToolkit SourceCode at Rev. 117060
-> Xceed.Wpf.AvalonDock.Themes.Aero
-> Theme.xaml Line 1063

New Post: Hide class and namespace from PropertyGrid property

$
0
0
Is it possible to show nothing, or custom text (DisplayMemberPath?) in a ExpandableObject property value, instead of the internal path?

New Post: CollectionControl DisplayMemberPath

$
0
0
Is there a DisplayMemberPath property for the CollectionControl (To replace the type class name)?

New Post: PropertyGrid new property button if null

$
0
0
It would be great to have a way of initialising a new class if the property is null.
Maybe a "New" button where the (empty) property value is?

Commented Unassigned: AvalonDock Floating Documents not highlighted when active [22269]

$
0
0
We noticed that floating documents never use the corresponding highlight state.
There seems to be a initilization problem with floating windows, especially documents for that matter.

I looked into the source and was able to hotfix the problem.
FloatingDocumentWindowControls apply the themes in the constructor but the datatrigger that updates the highlight-state of floating-documents depends on the implemented abstract property 'LayoutDocumentFloatingWindowControl.Model'. If you move the application of the theme to the inheritors constructor the databinding is working again.

It would be great if this gets fixed fast so we don't have to use a hotfixed version for to long. Additionally we can't really confirm that this fix is not causing other problems.

Corresponding DataTrigger can e.g. be found in:

-> ExtendedWpfToolkit SourceCode at Rev. 117060
-> Xceed.Wpf.AvalonDock.Themes.Aero
-> Theme.xaml Line 1063
Comments: ** Comment from web user: aherzog **

After reviewing the issue again and testing it witch the LiveExplorer test app, i noticed that there is no highlighting of docked out documents at all when it does not contain any child that can get keyboard focus. This is a problem when the content is some kind of custom rendered view. In the case of anchorables this problem is not present because the surrounding pane evaluates the mouse clicks and causes highlighting of the window.
Floating Documents on the other hand don't have the ability to be grouped and so they have no pane and only the keyboard focus gets evaluated.

Created Unassigned: Hide CollectionControl item type combobox [22272]

$
0
0
Could we get a way of hiding the "ItemTypes" combobox?
It is not needed when only using one type.

Created Unassigned: CollectionControl NewItemTypes Display Name [22274]

$
0
0
The CollectionControl "NewItemTypes" combobox does not utilise the "Display Name" attribute.

Commented Issue: AvalonDock Floating Documents not highlighted when active [22269]

$
0
0
We noticed that floating documents never use the corresponding highlight state.
There seems to be a initilization problem with floating windows, especially documents for that matter.

I looked into the source and was able to hotfix the problem.
FloatingDocumentWindowControls apply the themes in the constructor but the datatrigger that updates the highlight-state of floating-documents depends on the implemented abstract property 'LayoutDocumentFloatingWindowControl.Model'. If you move the application of the theme to the inheritors constructor the databinding is working again.

It would be great if this gets fixed fast so we don't have to use a hotfixed version for to long. Additionally we can't really confirm that this fix is not causing other problems.

Corresponding DataTrigger can e.g. be found in:

-> ExtendedWpfToolkit SourceCode at Rev. 117060
-> Xceed.Wpf.AvalonDock.Themes.Aero
-> Theme.xaml Line 1063
Comments: ** Comment from web user: BoucherS **

This will be fixed in v3.1.
Thanks.


Created Unassigned: Recent Colors for Advanced colors in Colorpicker [22275]

$
0
0
On selecting the color in advanced color section, the color picker is not updated with the selected color and also in recent color section.

New Post: ( http://htstore.info/ ) Selling smtp, mailer, rdp admin, shell c99, cpanel , email leads, email pass, scampage, match account

$
0
0
We wish You happy shopping with us , and good spamming results !

Shop: http://htstore.info/
Yahoo: ru.smtpinbox

SPAMMING TOOLS
  • Fresh SMTP - IP or Domain - ISP specified , SMTP checker is available too .
  • Fresh RDP - USA & WorldWide - Administrator - With AMS or TurboMailer ( port 25 opened ) .
  • cPanels - Long lasting cPanels - Domain works .
  • PHP Mailers - High sending quota & Delivering Inbox .
  • PHP Shells - Upload, Unzip & Delivering Working .
  • Leads - First Hand WorldWide Leads - Unspammed - Success Guaranteed .
  • Webmail - Inbox Delivering & high sending quota .
ACCOUNTS
  • EHARMONY, GODADDY, PATH, CABELAS
    ... and 50 other types of accounts (almost every account type).
CARDS
  • Fresh worldwide CVV with Cheap Prices , starting from 3$ .
  • VISA - MC - AMEX - DISCOVER - High Balance & Validity .
  • Checker : available & very accurate .

Created Unassigned: Add CollectionControl clone button [22280]

$
0
0
I think a clone button would be a create addition to the CollectionControl middle panel alongside Up, Down, and Delete.

Created Unassigned: Add Default Binding Property to UpDownBase [22281]

$
0
0
IntegerUpDown and other NumericUpDown Control is not shown in Visual Studio Data Sources window
as Associate Controls because DefaultBindingProperty attribute missing.
Please add this attribute into UpDownBase abstract class where Value property is defined.

Recomanded changes in Xceed.Wpf.Toolkit/Primitives/UpDownBase.cs source file:
...
using System.ComponentModel; // NEW LINE

namespace Xceed.Wpf.Toolkit.Primitives
{
[TemplatePart( Name = PART_TextBox, Type = typeof( TextBox ) )]
[TemplatePart( Name = PART_Spinner, Type = typeof( Spinner ) )]
[DefaultBindingProperty("Value")] // NEW LINE
public abstract class UpDownBase<T> : InputBase, IValidateInput
...

Updated Wiki: MaterialListBox

$
0
0

MaterialListBox

Only available in the Plus Edition

Derives from ListBox

The MaterialListBox represents a ListBox control that uses the material colors and animations.

material_listbox.png

Properties

Property Description
InkEffectBrush Gets or sets the brush to use for the ink effect when the listbox item is selected.
InkEffectOpacity Gets or sets the opacity to use for the ink effect brush on when a listbox item is selected.
IsInkEffectActive Gets or sets a value indicating whether the ink effect will be shown on a listbox item when it is selected.
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control.
MaterialAccentBrush Gets or sets the color that will be used as the control's background and border.
MaterialForeground Gets or set the color to use for the control's foreground and ink-effect.

---

Updated Wiki: MaterialListBoxItem

$
0
0

MaterialListBoxItem

Only available in the Plus Edition

Derives from ListBoxItem

The MaterialListBoxItem represents a ListBoxItem control that uses the material colors and animations.

Properties

Property Description
InkEffectBrush Gets or sets the brush to use for the ink effect when the listbox item is selected.
InkEffectOpacity Gets or sets the opacity to use for the ink effect brush on when a listbox item is selected.
IsInkEffectActive Gets or sets a value indicating whether the ink effect will be shown on a listbox item when it is selected.
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control. A MaterialAccentEnum representing the material color palette that will be applied to the control.

---

Updated Wiki: MaterialProgressBar

$
0
0

MaterialProgressBar

Only available in the Plus Edition

Derives from MaterialProgressBarBase

The MaterialProgressBar represents a linear progress bar that uses the material colors and animations.

material_progressbar.png

Properties

Property Description
IndeterminateIndicatorMaxLength Gets or sets the maximum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
IndeterminateIndicatorMinLength Gets or sets the minimum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
IndeterminateIndicatorSpeedRatio Gets or sets the speed ratio of the progress bar’s indicator when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
MaterialAccentBrush Gets or sets the color that will be used as the control's border. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
MaterialForeground Gets or sets the color to use as the control's foreground. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)

---

Updated Wiki: MaterialProgressBarCircular

$
0
0

MaterialProgressBarCircular

Only available in the Plus Edition

Derives from MaterialProgressBarBase

The MaterialProgressBarCircular represents a circular progress bar that uses the material colors and animations.

material_progressbarcircular.png

Properties

Property Description
IndeterminateIndicatorMaxLength Gets or sets the maximum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
IndeterminateIndicatorMinLength Gets or sets the minimum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
IndeterminateIndicatorSpeedRatio Gets or sets the speed ratio of the progress bar’s indicator when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
IndeterminateRotationSpeedRatio Gets or sets the rotation speed ratio of the progress bar’s indicator when the the progress bar has an indetermined range.
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
MaterialAccentBrush Gets or sets the color that will be used as the control's border. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
MaterialForeground Gets or sets the color to use as the control's foreground. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase)
Thickness Gets or sets the thickness of the indicator.

---

Updated Wiki: MaterialRadioButton

$
0
0

MaterialRadioButton

Only available in the Plus Edition

Derives from RadioButton

The MaterialRadioButton represents a radio button control that uses the material colors and animations.

material_radiobutton.png

Properties

Property Description
CheckMarkBrush Gets or sets the brush to use for the checkmark.
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control.
MaterialAccentBrush Gets or sets the color that will be used as the control's checkmark and border.

---

Updated Wiki: MaterialSlider

$
0
0

MaterialSlider

Only available in the Plus Edition

Derives from Slider

The MaterialSlider represents a slider control that uses the material colors and animations.

material_slider.png

Properties

Property Description
BubbleLocation Gets or sets the location of the bubble.
BubbleTemplate Gets or sets the bubble's DataTemplate.
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control.
MaterialAccentBrush Gets or sets the color that will be used as the control's background and border.
MaterialForeground Gets or sets the color to use as the control's foreground.
Mode Gets or sets the slider's mode.
NearestTick Gets the tick that is the closest from the current value.
ShowTicks Gets or sets a value indicating whether the ticks are shown.
ThumbResizeScaleFactor Gets or sets the scale factor to use for the thumb when its Mode property is set to ThumbResize.
ThumbStyle Gets or sets the thumb's style.

---

Updated Wiki: MaterialSwitch

$
0
0

MaterialSwitch

Only available in the Plus Edition

Derives from ToggleSwitch

The MaterialSwitch represents a ToogleSwitch control that uses the material colors and animations.

material_switch.png

Properties

Property Description
CheckedBackground Gets or sets the Brush for the background on the checked side. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
CheckedContent Gets or set the content that is displayed when the toggle switch is checked. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
CheckedForeground Gets or sets the Brush for the CheckedLabel’s Foreground. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
CheckedToolTip Gets or sets the ToolTip to use when the mouse is over the checked side. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
CornerRadius Gets or sets the CornerRadius to use for the ToggleSwitch and its thumb button. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
InnerMargin Gets or sets the margin to apply on the inner content of the ToggleSwitch. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
IsChecked Gets or sets if the ToggleSwitch is currently in the checked state. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
IsCheckedLeft Gets or sets if the checked value is on the left side of the ToggleSwitch. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control.
MaterialAccentBrush Gets or sets the color that will be used as the control's thumb checked background.
MaterialForeground Gets or sets the color to use as the control's and its thumb foreground.
OuterMargin Gets or sets the margin to apply on the outer border part of the ToggleSwitch. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbBackground Gets or sets the Brush for the Thumb’s Background. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbBorderBrush Gets or sets the Brush for the Thumb’s Border. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbBorderThickness Gets or sets the Thickness for the Thumb’s Border. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbCheckedBackground Gets or sets the background of the thumb when control is checked.
ThumbElasticity Gets or sets how far the Thumb must be dragged before it switches to the other value (as a percentage of the ToggleSwitch width). (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbForeground Gets or sets the Brush for the Thumb’s Foreground. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbHeight Gets or sets the height of the thumb. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbHoverBackground Gets or sets the Brush for the Thumb’s Background (hover state). (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbHoverBorderBrush Gets or sets the Brush for the Thumb’s Border (hover state). (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbLeftContent Gets or sets the content that is displayed on the Thumb button when it is located on the left side of the ToggleSwitch. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbPressedBackground Gets or sets the Brush for the Thumb’s Background (pressed state). (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbPressedBorderBrush Gets or sets the Brush for the Thumb’s Border (pressed state). (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbRightContent Gets or sets the content that is displayed on the Thumb button when it is located on the right side of the ToggleSwitch. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbStyle Gets or sets the style to use for the thumb in the ToggleSwitch control. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
ThumbWidth Gets or sets the width of the thumb. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
UncheckedBackground Gets or sets the Brush for the Background of the unchecked side. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
UncheckedContent Gets or set the content that is displayed when the toggle switch is un-checked. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
UncheckedForeground Gets or sets the Brush for the UncheckedLabel’s Foreground. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
UncheckedToolTip Gets or sets the ToolTip to use when the mouse is over the unchecked side. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)

Events

Event Description
IsCheckedLeftValueChanged Event called when the ToggleSwitch’s IsChecked value has been changed. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)
IsCheckedValueChanged Event called when the ToggleSwitch’s IsCheckedLeft value has been changed. (Inherited from Xceed.Wpf.Toolkit.ToggleSwitch)

---

Updated Wiki: MaterialTabControl

$
0
0

MaterialTabControl

Only available in the Plus Edition

Derives from TabControl

The MaterialTabControl represents a TabControl that uses the material colors and animations.

material_tabcontrol.png

Properties

Property Description
InkBarBrush Gets or sets the brush to use for the ink bar located under the selected tab item.
InkEffectBrush Gets or sets the brush to use for the ink effect when pressing a tab item.
InkEffectOpacity Gets or sets the opacity to use for the ink effect brush on when a tab item is selected.
IsInkBarActive Gets or sets a value indicating whether the ink bar will be shown under the selected tab item.
IsInkEffectActive Gets or sets a value indicating whether the ink effect will be shown on a tab item when it is pressed.
IsSlidingAnimationActive Gets ot sets a value indicating whether the sliding transition animation will be used when changing the selected tab item.
MaterialAccent Gets or sets a value representing the material color palette that will be applied to the control.
MaterialAccentBrush Gets or sets the color that will be used as the control's ink-effect and ink-bar brushes.
NextItem Gets the next tab item to slide in.
PreviousItem Gets the previous tab item to slide out.
SelectedForeground Gets or sets the foreground to use for the selected tab item.

---
Viewing all 4964 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>