New Post: DateTimePicker resets time in Expander
I have a DateTimePicker within an expander. When i open the expander the first time, the time resets to 00:00.00. From then on, the time will never reset.<Expander> .......
View ArticleNew Post: DateTimePicker resets time in Expander
Hi, Based on this small sample, opening the DateTimePicker from an expander shows the expected time, without resets at 00:00:00.<Window x:Class="WpfApplication40.MainWindow" x:Name="CurrentWindow"...
View ArticleNew Post: DataGrid Cell TextWrapping doesn't work
I am using DataGrid (Community Edition). I want to have a column with wrapped text in header and cells. I used this code to create column in XAML:<xcdg:Column FieldName="MyCol" Title="MyCol"...
View ArticleNew Post: DataGrid Cell TextWrapping doesn't work
Hi,"TextWrapping="Wrap"" is the good property to use on Column to wrap text. To work on DataRows, you have to make sure the DataRows have a big height, to be able to fit more than one line of text. To...
View ArticleNew Post: Image/watermark disappear in WatermarkTextBox
My code looks like this:<!-- Username --> <extToolkit:WatermarkTextBox Margin="0,0,0,10" Text="{Binding Username}" > <extToolkit:WatermarkTextBox.Watermark> <StackPanel...
View ArticleNew Post: DataGrid Cell TextWrapping doesn't work
Thanks for your answer. I figured out that TextWrapping doesn't work if TextTrimming is set to default. Is it possible for rows to have different "auto" height according to the contents like in...
View ArticleNew Post: Image/watermark disappear in WatermarkTextBox
Hi, Q1 : I run your snippet ant I see perfectly the image along with the watermark. Is the image included in the sln ? Is the path correct ? Q2 : If you want to keep the image at all time, you should...
View ArticleNew Post: DataGrid Cell TextWrapping doesn't work
Hi, If you want to have "auto" Height for the rows in the DataGrid, use the "TableView" instead of the "TableflowView".
View ArticleNew Post: CheckComboBox : is there a way to open the list by clicking anywhere?
I would like to open the combo box list when clicking anywhere on the control... I don't want to force the user to click the arrow... Thanks
View ArticleNew Post: DataGrid Cell TextWrapping doesn't work
Great! Thanks. Where can I read such stuff? Is DataGrid well-documented?
View ArticleNew Post: CheckComboBox : is there a way to open the list by clicking anywhere?
Issue https://wpftoolkit.codeplex.com/workitem/20213 has been created.
View ArticleNew Post: DataGrid Cell TextWrapping doesn't work
Hi, You can find the documentation for all Xceed product's here : http://xceed.com/pages/TopMenu/Support/DocumentationCenter.aspx Please note that for the Xceed WPF DataGrid included in the toolkit, it...
View ArticleNew Post: Property Grid, Docking Manager(Avalon): custom validation on...
Hi, I am using combination of Avalon docking manager(for multiple tabbing) and WPF Toolkit PropertyGrid. Whenever I click on any item on the layout document, its properties is shown in the Property...
View ArticleNew Post: Collections editor in Property grid
I have a property grid which works great!! The issue I am having with it is - if there is a property that is an ObervableCollection - when I click the "Ok" button in the collection editor, things...
View ArticleNew Post: Collections editor in Property grid
Hi, Can you paste a code-snippet using your ObservableCollection that shows an error message ? After simple tries, everything looks good. Thanks.
View ArticleNew Post: Collections editor in Property grid
Never mind - it was a problem in my code. I was monitoring the collection changed event on the collection and things fell apart for some reason. Thanks for the reply though!!
View ArticleNew Post: What's it called in the Extensions and Updates?
I'd like to get this toolkit using NuGet, but don't know what it's called in Extensions and Updates in VS 2012. What's it called there?
View ArticleNew Post: Need some help in understanding the CheckListBox control better
I've looked at the documentation for the CheckListBox, but there's things I don't understand. For example, it's said there at the control derives from the Selector control, but I can't find the...
View ArticleNew Post: When ChildWindow IsModal="True" and WindowState="Closed" Control is...
When ChildWindow IsModal="True" and WindowState="Closed" the ChildWindow is not displayed however the underlying controls are blocked as if the modal window is open. I can get around this by setting...
View Article