New Post: Prevent moving a Childwindow?
Is there a way to prevent the user from moving a ChildWindow around? I'd like to put mine in a specific location, rather than making it float freely. Thanks for any help!
View ArticleNew Post: CheckComboBox enqueries
I have 2 enqueries: 1st: How do I enable say first or second item (or first and second item) of the CheckComboBox to be checked upon Windows_Loaded? 2nd: Say I use the CheckComboBox to update a...
View ArticleNew Post: DateTimePicker Validation
Hi, I have a scenario I can't figure out how to implement. I want to validate that from date is less than the to date. I am using the DateTimePicker control. <StackPanel Orientation="Horizontal"...
View ArticleNew Post: CheckComboBox enqueries
Hi, 1) to start the CheckComboBox with selectedItems, you can set the SelectedItemsOverride property : List<string> myList = new List<string>() { "abc", "def", "ghi", "jkl" };...
View ArticleNew Post: DateTimePicker Validation
Hi, In v2.1 of the Toolkit, which should be released pretty soon, you will have access to Minimum and Maximum property in DateTimePicker. You will be able to do something like :<TextBlock Text="From...
View ArticleNew Post: Is it possible to paste data into the DataGrid
Hi, You can copy-paste into DataGrid's cell, but you can't copy-paste a source in the DataGrid.
View ArticleNew Post: Prevent moving a Childwindow?
Hi, a childWindow can move in it's WindowContainer. If the WindowContainer size is the same as the childWindow size, the ChildWindow will not be movable :<xctk:WindowContainer...
View ArticleCommented Unassigned: ColorPicker crashes application [20637]
Hello, this problem does not happen to me however I let someone else use my application for testing purposes and whenever he opens up a window containing the ColorPicker, the application would stop...
View ArticleNew Post: IntegerUpDown UpdateSourceTrigger
Hi, You could create your own IntegerUpDown, use a UpdateSourceTrigger of LostFocus and override the OnSpin method to update the binding when user uses the up/down arrows : <xctk:IntegerUpDown...
View ArticleNew Post: UpDown box Inches format
Hi, Maybe this could help : https://wpftoolkit.codeplex.com/discussions/449805
View ArticleEdited Issue: 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: ColorPicker crashes application [20637]
Hello, this problem does not happen to me however I let someone else use my application for testing purposes and whenever he opens up a window containing the ColorPicker, the application would stop...
View ArticleNew Post: When I insert the colorpicker into a listview's context menu the...
The xaml below doesn't display the headers, but when i place the same colorpicker xaml outside of the context menu, the headers display. Why is this, and is there any way i can fix...
View ArticleCommented Unassigned: ColorPicker crashes application [20637]
Hello, this problem does not happen to me however I let someone else use my application for testing purposes and whenever he opens up a window containing the ColorPicker, the application would stop...
View ArticleNew Post: CheckComboBox enqueries
Hi BoucherS, the first answer to (1) does not work. I have this and I do not see any of the first and second items being checked upon Windows_Loaded. private void Window_Loaded(object sender,...
View ArticleCommented Issue: Zoombox Crash in scale binding [19022]
if scale on the zoombox binds to a control that is declare after the current zoombox control. it will crash the application.This must be because scale is being based on a static resource, should be...
View ArticleCommented Unassigned: ColorPicker crashes application [20637]
Hello, this problem does not happen to me however I let someone else use my application for testing purposes and whenever he opens up a window containing the ColorPicker, the application would stop...
View ArticleNew Post: When I insert the colorpicker into a listview's context menu the...
Hi, Are you talking about the titles "Available Colors", "Recent Colors" and "Standard Colors" ? I see them in the contextMenu of the ListView when I use your code. I modified those strings and the...
View ArticleCommented Unassigned: ColorPicker crashes application [20637]
Hello, this problem does not happen to me however I let someone else use my application for testing purposes and whenever he opens up a window containing the ColorPicker, the application would stop...
View Article