Search found 18 matches

  • 1
  • 2
by Joren
27 Jun 2022, 13:01
Forum: General Discussion
Replies: 3
Views: 352

Re: ClickMode for TabItem or TabControl

Thanks! This is way better than what I would have come up with.
by Joren
24 Jun 2022, 14:45
Forum: General Discussion
Replies: 3
Views: 352

ClickMode for TabItem or TabControl

Hey, I want to change the ClickMode for all our TabControls from press to release where it triggers the SelectionChanged event, so it matches the behavior with all our other elements. Perhaps this can be done through supporting ClickMode in either TabItem or TabControl. I know this is not a thing in...
by Joren
18 Jan 2021, 11:50
Forum: General Discussion
Replies: 3
Views: 671

Re: Why can't I override metadata more then once?

Thanks for the reply,

Yes this works indeed. Did come across that post myself but didn't really grasp what it was trying to do.

Thanks
by Joren
14 Jan 2021, 10:46
Forum: General Discussion
Replies: 3
Views: 671

Why can't I override metadata more then once?

Hi, I want to expose this InitialShowDelayProperty setting to the user, I want to apply this value globally. Doing so for the first time seems to work perfectly. Noesis::ToolTipService::InitialShowDelayProperty->OverrideMetadata(Noesis::TypeOf<Noesis::UIElement>(), Noesis::FrameworkPropertyMetadata:...
by Joren
25 Aug 2020, 10:37
Forum: General Discussion
Replies: 2
Views: 906

Re: Failing to understand OverrideMetadata and how to use it

That explains it! Thanks.

I've reported the issue at #0001782
by Joren
24 Aug 2020, 11:33
Forum: General Discussion
Replies: 2
Views: 906

Failing to understand OverrideMetadata and how to use it

Hey, I'm trying to change the global default timer for tooltips to stay open. In C# you could do: ToolTipService.ShowDurationProperty.OverrideMetadata(typeof(DependencyObject), new FrameworkPropertyMetadata(Int32.MaxValue)); And this seems to work fine. Now I'm trying to do this in C++, but I can't ...
by Joren
12 Aug 2020, 13:55
Forum: General Discussion
Replies: 4
Views: 1127

Re: Request ScrollIntoView for ComboBox

Thanks! Created at #0001778
by Joren
10 Aug 2020, 16:12
Forum: General Discussion
Replies: 4
Views: 1127

Re: Request ScrollIntoView for ComboBox

That makes sense yeah. Regardless I feel it should be exposed, even though its conditionally useable. Or perhaps ScrollIntoView should be publicly available on the ItemsControl since its rerouted anyway? I can imagine there are much more edge cases to that one. How are you using it? We made a system...
by Joren
07 Aug 2020, 12:14
Forum: General Discussion
Replies: 4
Views: 1127

Request ScrollIntoView for ComboBox

Hi, I would like to request the ScrollIntoView function to be added to ComboBox. Similarly how it exists in ListBox. Both classes use the ItemsControl which contains the OnBringItemIntoView, which ScrollIntoView uses. I've locally added it into Noesis and it works like a charm. Now I know that this ...
by Joren
12 May 2020, 11:38
Forum: General Discussion
Replies: 3
Views: 768

Re: Support for BaseAlignment for Inline elements

Thanks for your reply! Looking forward to this feature! Created #0001684
  • 1
  • 2