Search found 3 matches

by brighty.john
14 May 2021, 07:59
Forum: General Discussion
Replies: 1
Views: 3786

Integrating The WPF app to the Noesis SDK

I just have created a WpfApp in XAML and currently it has the xaml part and the C# in the code behind for the each user control and, i tried several ways to integrate the current app to the noesis sdk and nothing worked can someone suggest the way to connect the Noesis SDK to the WpfApp in step by s...
by brighty.john
30 Apr 2021, 07:11
Forum: General Discussion
Replies: 4
Views: 1032

Re: PreviewMouseDown Event not firing. [native sdk]

No, the ListBoxItem must be an UserControl as it is reused in other views. I tried your approach too. It did not work.
by brighty.john
27 Apr 2021, 07:44
Forum: General Discussion
Replies: 4
Views: 1032

PreviewMouseDown Event not firing. [native sdk]

Hi, I have ListBox control whose item is a UserControl. The UserControl contains an Expander control whose style(includes content template) is set from code. Here's the ListBox control : <Grid ClipToBounds="True"> <ListBox x:Name="TrainingItemControl" ItemsSource="{Binding T...