Created Unassigned: Zoombox scale binding [20608]
When Ibind the Zoombox Scale property to a CLR view model property it work at runtime but on design time i observe WPF designer Crash with VS2012
View ArticleCommented Unassigned: Zoombox scale binding [20608]
When Ibind the Zoombox Scale property to a CLR view model property it work at runtime but on design time i observe WPF designer Crash with VS2012Comments: ** Comment from web user: Tekarihoken ** I...
View ArticlePatch Uploaded: #15677
Tekarihoken has uploaded a patch.Description:Patch used in order to correct the bug in the zoombox on design time when the Scale property is binded
View ArticleNew Post: PropertyGrid
I finally realized that learning to deal with such issues was taking me too far off of the original goal of creating the app. So I abandoned the PropertyGrid idea and moved on. I don't like having to...
View ArticleNew Post: PropertyGrid
@MarkFl I understand your frustration - but I guess this is the community edition and I appreciate the work Xceed have done here. Having said that yesterday I downloaded the trial version of the latest...
View ArticleNew Comment on "Documentation"
When installing as specified in the instructions for NuGet in VS 2012, when attempting to add the button spinner, with the code I get the following errors: "Cannot Resolve Symbol Control" For...
View ArticleNew Post: "ButtonChrome" not included in namespace...
Thanks, that's it! :-) Another question, there are 2 things left I'm struggling with. The Arrow of the DDB has always a left alignment, also if I align it to the right, it stays directly at the...
View ArticleNew Post: Show only popup of DateTimePicker
Hello, I'm a newbie in WPF and WPF Toolkit. In my case, the user will open the DateTimePicker via clicking a Button to show the popup (Calender and TimePicker). I have to remove the textbox and...
View ArticleNew Post: Show only popup of DateTimePicker
Hi, You could use a DropDownButton with a DropDownContent containing the Calendars and TimePicker :<Grid> <xctk:DropDownButton x:Name="_dropDownButton" Margin="10" Width="150" Height="25"...
View ArticleNew Post: RithTextBow
Hi, For now, the RichTextBox can format PlainText, XAML and RTF. You would have to convert the HTML to 1 of those.
View ArticleNew Post: RithTextBow
I have seen :( But i need to manage HTML So i should convert : 1) HTML to XAML 2) Modify or show it with the RichTextbox control 3) If it has been modify, convert XAML to HTML before post it in an SQL...
View ArticleNew Post: RithTextBow
Yes, unless you can find HTML to XAML converters that are easy to use.
View ArticleNew Post: RithTextBow
Same thing, The current RichTextBox doesn't support HTML. So you would need a converter from HTML to XAML and another one (or the same if it has the reverse option) from XAML to HTML.
View ArticleNew Comment on "PropertyGrid"
I'm fairly new to C# WPF, and am not sure if the property grid is usable for this, there are aspects to C# that I'm still learning to wrap my head around. I have a list of dataclass where the data...
View ArticleNew Comment on "PropertyGrid"
It looks like I can do what I would like using System.Reflection.Emit TypeBuilder, and PropertyBuilder. But if there is a better way, I'd not mind knowing it.
View ArticleNew Post: ChildWindow changes
Hi Guys! I’m having a similar problem with the WindowContainer/ChildWindow. Here is a little sample snipped:<Grid> <Grid> <TextBlock Text="MainContent" /> </Grid>...
View ArticleNew Post: How to add butons in the specific image coordinates
Hello, I'm trying to dynamically create buttons in the Image so when pressed a Dialog shows with custom information in it. The problem comes when the image is zoomed or dragged because the the buttons...
View ArticleCreated Unassigned: CheckComboBox ItemTemplate no longer working [20617]
The ItemTemplate property has no effect, try the simplest possible test and it will not work. DisplayMemberPath still works though. I'm assuming the ControlTemplate got messed up in recent versions....
View Article