New 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 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 ArticleNew Post: IsPressed-Property for SplitButton
Hello! I cannot add a trigger for the actionbutton part of the splitbutton, it tells me there is no such property. I want to change the highlighted Background of the actionbutton when it is pressed....
View ArticleNew Post: IsPressed-Property for SplitButton
Solved, I just changed the Chrome:actionbuttonchrome to a normal button.
View ArticleNew Post: Show only popup of DateTimePicker
BoucherS, your first Solution is exactly what I need. Thanks a lot.
View ArticleNew Post: "ButtonChrome" not included in namespace...
Hi, I don't understand the first problem : The Arrow of the DropDownButton left aligned which you want to place on right ? For the second question : Trigger the MouseOver on the DropDownButton, you can...
View ArticleNew Post: decimalUpDown
Is there a way to capture whether the user pressed up and down? Example ValueChangedUp - for when the user hits the up arrow ValueChangedDown - user hits the down arrow thanks.
View ArticleNew Post: PropertyGrid: no useful default editor for List
issue https://wpftoolkit.codeplex.com/workitem/20624 has been created.
View ArticleNew Post: Any News on 2.1
Bump. I'm interested in this. Only started using the toolkit today just for the use of it's ColorPicker and it has been said a new feature will be added to the ColorPicker which I would really enjoy...
View ArticleNew Post: ColorPicker Idea
Here is a problem, whilst it's not a "huge" problem per se but if you used the advanced color menu and sort of drag it around to pick the right color you desire, then the SelectedColorChanged event...
View ArticleNew Post: How do you modify the list of available colors?
Is it possible to modify the list of Available Colors? I can open the Item List for it however there is nothing in there.
View ArticleNew Post: How do you modify the list of available colors?
Hi, v2.2 will have a new property : ColorPicker.AvailableColorsSortingMode to be able to sort the availableColors differently. The Colors currently used in the ColorPicker available Colors are the one...
View ArticleNew Post: decimalUpDown
I see that the ButtonSpinner has a "Spin" event, but why does the DecimalUpDown control not have one? Or am I just not seeing it?
View ArticleNew Post: decimalUpDown
Hi, Issue https://wpftoolkit.codeplex.com/workitem/20632 has been created for the ValueChangedUp and ValueChangedDown event on the NumericUpDown. The ButtonSpinner is a Spinner, which has a Spin event....
View ArticleNew Post: decimalUpDown
Ok, thanks BoucherS, for now I'll use ButtonSpinner until DecimalUpDown works. Keep up the great work!
View Article