Calender drop-down renders incorrectly with larger font size.
I am setting the attached property TextElement.FontSize to something larger (15) up the tree, so as to increase the font size on everything in the control. The days in the calender drop down are now...
View ArticleRe: Calender drop-down renders incorrectly with larger font size.
Hi Jim,The problem here is that the dropdown height is set for the DateTimeEditBox to 200 via both the MinDropDownHeight and MaxDropDownHeight properties. If you increase that, it will get things...
View ArticleDatagrid selected cell resource key
I am using Metro style for datagrid. Where is selected cell background resource key? I want to override it.
View ArticleRe: Datagrid selected cell resource key
Hi Vladimir,We have a lot of theme brushes defined in AssetResourceKeys. The ones that DataGrid use are all the List* ones. So things like ListItemBackgroundSelectedFocusedBrushKey are probably what...
View Articlevalue to be increase or decrease in Int64EditBox
Hi ActiPro Team, I am using your Spinner Control i.e. Int64EditBox.What I want is to increase or decrease the value of Int64EditBox only after clicking inside the Int64EditBox. Now value is increasing...
View ArticleRe: value to be increase or decrease in Int64EditBox
Hi Maddy,Our spinner won't click by default when getting hovered over. My guess is that you have some implicit style for Button or ButtonBase somewhere changing its click mode to Hover and that is...
View ArticleHow to tie command to spinner change or Enter Key down events in DoubleEditBox
I am using the DoubleEditBox and I would like to fire a command when the user clicks on the spinner or press the EnterKey down. These could be possibly two different commmands.I tried to associate the...
View ArticleRe: How to tie command to spinner change or Enter Key down events in...
Hello, sorry but we don't have any events for the spinner buttons built in, at least on PartEditBox. You could probably watch for regular Button.Click events to bubble up though. And possibly the...
View ArticleTive Value Binding.
Hi,I'm implementing a Timer app in .Net 4.0. The user will set a start and a stop time/date in which certain processes will happen.The app has a Repeat timer every X periode and depending on that I...
View ArticleRe: Tive Value Binding.
PS Sorry for the bad title for the thread. I meant Time not Tive.
View ArticleRe: Tive Value Binding.
Hello, one thing is that you are using our DateTimeEditBox but you are binding to a TimeSpan, which I expect would not work. You should probably try using TimeSpanEditBox instead.
View ArticleRe: Tive Value Binding.
Thank you very much that helped a lot... I have to change certain things but it looks great so far.
View ArticleVerticalContentAlignment in TextBox
The VerticalContentAlignment property for the editors:TextBox behaves differently to the standard WPF textbox (in the ActiPro version it seems to be being ignored). I'm using your version for the great...
View ArticleRe: VerticalContentAlignment in TextBox
Hi Paul,Ok, we'll look into tweaking this for the next version.If you are using our native control themes, we support the various HintProperties on a number of controls, including ComboBox....
View ArticleRe: VerticalContentAlignment in TextBox
Thanks - the hints are properly vertically aligned so it looks a little odd otherwise. I just tried the HintProperties and it works perfectly - thanks very much!
View ArticleRe: how to use the "DataGridEnumColumn" Control
If I double click on a DataGridCell in a DataGridEnumColumn, should the cell display a textbox or a dropdown? I ask since the EnumPartTextBox uses dropdowns but when I double click on a cell in a...
View ArticleRe: how to use the "DataGridEnumColumn" Control
H Craig,Try setting the column's IsEditable property to false and see if that helps.
View ArticleCreating custom part editbox.
Hi,I would like to learn how to create custom part editbox. So I created sample project with the SocialSecurityNumberEditBox control, to see how it works. Here is my problem. The parts of the SSN...
View ArticleBrushEditBox without the buttons to pick between None, Solid brush, and...
I'd like to use your BrushEditBox control, but our design uses a separate control to choose between none, solid, gradient, and pattern. Is there a way to use your control with just the spectrum part,...
View ArticleRe: Creating custom part editbox.
Hi Adam,The issue has to do with where you are merging the styles for the SSN control and parts (i.e. the ThemeResources.xaml) file. Our Sample Browser loads the files up as part of the WPF theming...
View Article