Evance Kafando

Results 21 comments of Evance Kafando

Hi, In v4.5, a new property ResizeBorderThickness will be available in order to get/set the width of the border that is used to resize a LayoutFloatingWindowControl/LayoutAnchorableFloatingWindowControl/LayoutDocumentFloatingWindowControl.

Hi, Starting from v4.3.1, you can set the PropertyGrid items Background/Foreground colors by creating a style targeting the xctk:PropertyItem type and use a ValueConverter to apply the color you want...

Hi The issue has been fixed. It will be made availlable in v4.5 Thank you.

Hi In v4.5, a new property AllowMovingFloatingWindowWithKeyboard will be available in DockingManager. It represents a boolean value, which, when set to true, a floating window control can be moved with...

Hi, This will be fixed in v4.4. In TimePicker a new property "TimeListItemsStyle" was added in order to get/set TimeListItems objects style Example : ``` ```

Hi The issue has been itendtified and fixed. It will be made available in v4.5. Thank you

Hi, The RichTextFormatBar will no longer require initial mouse click in order to display the FormatBar in release 4.3.2.

In the upcoming release (v4.4), you will be able to provide complex tooltips for the PropertyItems through style and use a Converter to display the control you want in the...

Hi, In version 4.4, using FormatString and modifying number part will no longer removes the decimal part.

Hi This feature has been added. In PropertyGrid, a new CheckComboBox Editor is now available for Enum properties using "Flags". Thank you