New Post: DateTimePicker throws NullReferenceException
Thanks, All controls will be reviewed.
View ArticleNew Post: Focusable does not work in Datetimeupdown
In version 2.8 all work good. I update to 2.9 and Focusable does not work in Datetimeupdown. when I focus to next control.
View ArticleNew Post: Is Xceed Extended Toolkit v2.9 compatible with Windows 10
Hi,Thanks for the reply.I am not sure what the issue was – we did do a reinstall & the problem was still there – but following a reboot of the PC (actually shutting PC down & going home for the...
View ArticleNew Post: Focusable does not work in Datetimeupdown
Hi, This is already fixed. The fix will be included in v3.1. Many controls have been reviewed in v3.1 relating to this issue. In the meantime, you can go in file :...
View ArticleNew Post: i have confising for community edition
have i am confuse of licence for community edition please provide me answer for following question. 1>can i use this toolkit free of charge with vs community edition for individual developer in...
View ArticleNew Post: i have confising for community edition
Hi, The Community Edition is licensed under MSPL. According to TLDRlegal.com, which tries to summarize licenses... You can:Use it in commercial projectsModify itDistribute it Sublicense it with the...
View ArticleNew Post: Cannot close SplitButton dropdown using IsOpen property.
I have a split button which has a dropdown that contains an ItemsControl that contains menu items, when a menu item is selected it calls a handler, the first thing I do is to attempt to close the...
View ArticleNew Post: Cannot close SplitButton dropdown using IsOpen property.
Hi, I tried the following code and the dropDown disappeared on each click of MenuItems, in v2.4, v2.9 and up.<Window x:Class="WpfApplication93.MainWindow"...
View ArticleNew Post: ZoomBox - Scrollbars
Hi,I have a couple of questions please if you can help me.I am using the Zoombox and I would like to be able to scroll the view to display a specific part of the view without changing the zoomlevel.How...
View ArticleNew Post: RowDetailsTemplate?
Hi, Where is your representation of WPF's DataGrid.RowDetailsTemplate? Thanks!...
View ArticleNew Post: ZoomBox - Scrollbars
Hi, 1) Zoombox scrolling in code-behind You can simulate a Pan : private void Button_Click( object sender, RoutedEventArgs e ) { var command = Zoombox.PanDown as RoutedCommand; command.Execute( null,...
View ArticleNew Post: Accordion Functionality
Can any of the controls, in this suite, be used to implement an accordion style UI element?
View ArticleNew Post: RowDetailsTemplate?
Hi, If you are talking about the the Xceed Datagrid included in the Toolkit, RowDetailsTemplate and RowDetailsTemplateSelector are not supported.
View ArticleNew Post: ZoomBox - Scrollbars
Hi,Thank you as usual for your help.Regarding the Zoombox I would like to make a for example a specific part of the view visible. ( I have a rectangle with the part of the view to be visible)Here are...
View ArticleNew Post: Accordion Functionality
Hi, you can vote for it : http://wpftoolkit.codeplex.com/workitem/16774
View ArticleNew Post: ZoomBox - Scrollbars
HiSorry to bother you again but just a quick questionNow I am display an electronic board using zoombox. I am showing the top view and then the user switches to the bottom view. I need to scroll to...
View ArticleNew Post: ZoomBox - Scrollbars
HiCan you please guide me how to make the zoombox make a specific point the center of the viewport.Given a point I want to scroll or zoom to make this point the center of the view port.Thanks a lotMary
View ArticleNew Post: AllowDuplicateContent in AvalonDock
In our application we use AvalonDock with multiple LayoutDocument content on a LayoutDocumentPane. Our application requires that each LayoutDocument can only exist once on a LayoutDocumentPane. This is...
View ArticleNew Post: ZoomBox - Scrollbars
Hi I just want to thank you for Release 2.9 it fixed all my problems with the zoomboxThanks a lotMary
View Article