Created Unassigned: Zoombox scroll [20532]
Some user prefer to use scrollbars than viewbox then the addition of (optional) scrollbars can be a good feature. Or at least implement IScrollInfo in order to make the control compatible with an...
View ArticleNew Post: how to add new layout document from code
I am working in an PowerBuilder.net project (wpf project, but in the powerbuilder ide) and just now I have a issue with open a new layout document from my application menu. The question is how can i...
View ArticleNew Post: how to add new layout document from code
Hi, Can you give an x:Name to your LayoutDocumentPane in xaml and add LayoutDocument to it ? private void Button_Click_1( object sender, RoutedEventArgs e ) { _layoutDocumentPane.Children.Add( new...
View ArticleNew Post: DropDownButton, My Style kills my DropDown-Ability
I`m using the Dropdownbutton<toolkit:DropDownButton/> My Problem is, that i defined the template in my style. By doing this my button lost his "dropdown ability" so he acts like a simple normal...
View ArticleNew Post: GridControl ComboBox editor
I have LIst of the Items that assigned to ItemsSource of the ComboBox. Right now almost everything is working like I need. But I can't understand why ComponentId is not updating.<xcdg:Column...
View ArticleNew Post: DropDownButton, My Style kills my DropDown-Ability
Hi, You are redefining the controlTemplate of the DropDownButton. So you are modifying the behavior of the DropDownButton to act as you defined it. To keep the Behavior of the DropDownButton from the...
View ArticleCreated Unassigned: Zoombox mode [20546]
The behaviour of the zoombox is strange:* If I click on the "Center button" in the view box :it center the view : the current view is now in Center mode.* If I move the view throught the viewbox : the...
View ArticleCreated Unassigned: Transparent Background in RichTextBox [20547]
When setting Colors.Transparent as FontBackgroundColor the Background changes to Colors.White.So instead of setting Color.Transparent in ApplyPropertyValueToSelectedText the background should be...
View ArticleCommented Unassigned: Transparent Background in RichTextBox [20547]
When setting Colors.Transparent as FontBackgroundColor the Background changes to Colors.White.So instead of setting Color.Transparent in ApplyPropertyValueToSelectedText the background should be...
View ArticleCommented Unassigned: Transparent Background in RichTextBox [20547]
When setting Colors.Transparent as FontBackgroundColor the Background changes to Colors.White.So instead of setting Color.Transparent in ApplyPropertyValueToSelectedText the background should be...
View ArticleNew Post: how to add new layout document from code
Thanks, but the issue is that i am working in PowerBuilder.net. i tried the code in c# and it is working fine but in powerbuilder no, because the Children.Add() function is not found, I found that...
View ArticleNew Post: UpDown box Inches format
The UpDown box is exactly what I need for my project but is there a way to format in inchces? Such as 1.5" or 1.5 In. Something along those lines or are we locked into the formats listed?
View ArticleNew Comment on "Documentation"
Hi, I receive the following error when I try to run a project containing a reference to this library: "Could not load file or assembly 'Xceed.Wpf.Toolkit, PublicKeyToken=3e4669d2f30244f4' or one of its...
View ArticleNew Post: Color Picker Bind Selected Color To Ink Canvas
Hey, I'm having a bit of trouble binding the color picker selected color property to my ink canvas. I was wondering if someone could help me get this going, would be awesome :)<toolkit:ColorPicker...
View ArticleNew Post: WPF Brush Editor
How about including this Brush Editor to the Property Grid:http://colorbox.codeplex.com/ In the comunity Version this should not be a Problem (same Licence)
View ArticleCreated Unassigned: SplitButton - Exception on "ESC" key [20573]
While the DropDown Popup is open, if i press "ESC" key, i the Exception is thrown:System.Transactions Critical: 0 : <TraceRecord...
View ArticleNew Comment on "BusyIndicator"
Hi - I got everything working fine except 1 piece with updating the status text in the textblock tag. I use PropertyChanged event to set the value for the progressbar successfully. When I try to do the...
View ArticleNew Post: Datapicker change button background
Can i change the background of my button when i selected a color in the datapicker how can i do this. Thanks.
View ArticleNew Post: How to change background of title bar for ChildWindow?
Please advise. Thanks, Brew
View Article