No announcements
-
0 Votes
[XAML][VB][UWP]Opposite Visibility Converter
this, my XAML includes the following: Visibility="{Binding Visibility,ElementName=btnStart,Converter={StaticResource ...Proposed | 2 Replies | 413 Views | Created by Nathan Sokalski - Tuesday, May 21, 2019 7:08 PM | Last reply by Peter DC - Wednesday, May 22, 2019 1:10 PM -
1 Votes
[UWP] Convert XAML to PDF
I'm not aware of any open-source or non-commercial Xaml to PDF converters, but I haven't tracked that area. There is nothing in-box to do this other than the Printer options that ...Unanswered | 3 Replies | 811 Views | Created by ata6502 - Friday, June 30, 2017 1:52 PM | Last reply by ata6502 - Tuesday, July 4, 2017 8:21 PM -
0 Votes
[UWP][XAML][VB]Inherited Control Ignores Visibility Property
the IsChecked to a Visibility: Public Class BooleanVisibilityConverter : Implements IValueConverter Public Function Convert(value As Object, targetType As TypeAnswered | 1 Replies | 277 Views | Created by Nathan Sokalski - Tuesday, August 8, 2017 11:29 PM | Last reply by Breeze Liu - Thursday, August 10, 2017 2:19 AM -
0 Votes
[UWP][XAML]Binding Visibility to IsChecked: Do I need a Converter?
I have a Button in which I bind the Visibility property to the IsChecked property of a Checkbox. I used to need a converter for this, but it seems like I don't need one for runtime ... -
0 Votes
[UWP][VB][XAML]Creating a ScrollViewer with a vertical ScrollBar that is always visible
Hello Nathan, It seems the following SO thread provides a good ...Proposed | 1 Replies | 510 Views | Created by Nathan Sokalski - Sunday, April 30, 2017 4:04 AM | Last reply by Barry Wang - Monday, May 1, 2017 6:30 AM -
0 Votes
[UWP][XAML][VB]Editable ListBox
Hi Nathan Sokalski, The Telerik UI for UWP is now open source. You could think about using the controls in that library. For exampleProposed | 1 Replies | 309 Views | Created by Nathan Sokalski - Thursday, May 4, 2017 8:26 PM | Last reply by Xavier Xie-MSFT - Friday, May 5, 2017 8:25 AM -
0 Votes
[UWP][VB]Converting RenderTargetBitmap to BitmapImage
I have a UWP app with a RenderTargetBitmap which I need to convert to a BitmapImage. Everything I have found involves stuff such as streams & encoders, but I could not get ...Proposed | 2 Replies | 421 Views | Created by Nathan Sokalski - Saturday, May 4, 2019 9:28 PM | Last reply by Roy Li - Wednesday, May 29, 2019 9:14 AM -
0 Votes
[UWP][VB][XAML]UIElement.Holding not Triggered
Hi Nathan Sokalski, You might need to use the AddHandler method to add the holding event. LikeAnswered | 2 Replies | 225 Views | Created by Nathan Sokalski - Monday, July 2, 2018 6:31 PM | Last reply by Nathan Sokalski - Tuesday, July 3, 2018 4:49 PM -
0 Votes
[UWP][VB][XAML]Classes Unavailable in XAML
Have you tried to build the project? I encountered your scenario as well during the development of the UWP, while it is okey, this squiggly error underline would goAnswered | 1 Replies | 309 Views | Created by Nathan Sokalski - Monday, November 30, 2015 2:54 AM | Last reply by Fred Bao - Tuesday, December 1, 2015 2:23 AM -
0 Votes
[UWP][XAML][VB]Refreshing an ItemsControl
Here is the code for my properties and the callback used to set ItemsSource: Private Shared ReadOnly MenuHeaderTemplateProperty As DependencyPropertyUnanswered | 6 Replies | 353 Views | Created by Nathan Sokalski - Monday, November 21, 2016 8:05 PM | Last reply by Xavier Xie-MSFT - Wednesday, November 23, 2016 2:16 AM -
0 Votes
[UWP][VB][XAML]Using DataTemplateSelector.GetElement
Hi, This can be helpful if you can provide your layout code. Or you can try to get the node by calling GetElement method in ...Unanswered | 5 Replies | 326 Views | Created by Nathan Sokalski - Tuesday, August 13, 2019 7:05 PM | Last reply by Richasy - Thursday, August 15, 2019 8:50 AM -
0 Votes
[UWP][VB][XAML]Refreshing a ContentControl
</Button> </StackPanel> Public NotInheritable Partial Class MainPage Inherits PageProposed | 1 Replies | 213 Views | Created by Nathan Sokalski - Sunday, June 17, 2018 2:12 AM | Last reply by Xavier Xie-MSFT - Monday, June 18, 2018 1:34 AM -
0 Votes
[UWP][VB]Converting a String to PathGeometry
XamlReader.Load method to parses a well-formed XAML fragment and creates a corresponding objectAnswered | 2 Replies | 905 Views | Created by Nathan Sokalski - Thursday, June 2, 2016 3:37 AM | Last reply by Nathan Sokalski - Friday, June 3, 2016 6:25 PM -
0 Votes
[UWP][XAML][VB]Translating a MatrixTransform Using DoubleAnimation
Hey Nathan. UWP UIElement.RenderTransform property is of typeAnswered | 3 Replies | 297 Views | Created by Nathan Sokalski - Thursday, November 30, 2017 10:04 PM | Last reply by Nathan Sokalski - Tuesday, December 5, 2017 9:03 PM -
0 Votes
[UWP][VB][XAML]Translating Elements After A CompositeTransform
Hello Nathan Sokalski, TransformToVisual is used to get a coordinateUnanswered | 1 Replies | 241 Views | Created by Nathan Sokalski - Thursday, August 1, 2019 12:14 AM | Last reply by Michael Xu-MSFT - Thursday, August 1, 2019 9:54 AM -
0 Votes
[UWP][VB][XAML]File Format for d:DesignData
I am working on learning how to create test data for my UWP apps & controls. I think I have figured out how to add the d:DataContext={d:DesignData /sampledata.xaml} attribute in the ...Unanswered | 5 Replies | 335 Views | Created by Nathan Sokalski - Monday, July 22, 2019 7:01 PM | Last reply by Roy Li - Friday, July 26, 2019 3:14 AM -
0 Votes
[XAML][UWP] Changing Visibility property on this Hub to Visible crashes app
As far as I can see you are only binding visibility of Grids, not Hub. Your problem is not in the XAML, if app compiles and runs, it is OK. The problem is in the ...Unanswered | 2 Replies | 478 Views | Created by RomanJones - Thursday, April 13, 2017 6:58 PM | Last reply by ivan.icin - Friday, April 14, 2017 11:03 PM -
2 Votes
[UWP][XAML][VB]Using PointerPressed & PointerReleased With The Mouse
Hello, No you don't need because of Touch, mouse, and pen/stylus interactions are received, processed, and managed as pointer input in UWP app. Any ...Answered | 2 Replies | 191 Views | Created by Nathan Sokalski - Monday, June 4, 2018 12:38 AM | Last reply by Nathan Sokalski - Monday, June 4, 2018 3:25 PM -
0 Votes
[UWP][VB][XAML]UserControl with Generic Property
Hi, There is a similar case there on StackOverFlow:How to create a generic xaml userProposed | 2 Replies | 303 Views | Created by Nathan Sokalski - Thursday, August 23, 2018 12:45 AM | Last reply by Roy Li - Thursday, August 23, 2018 4:58 AM -
0 Votes
[UWP][XAML][VB]PointerEntered Event for Covered Element
not really make the element's collapsed, you can give the area a border with transparent background and set it as the valid areas toUnanswered | 3 Replies | 270 Views | Created by Nathan Sokalski - Tuesday, August 15, 2017 4:01 PM | Last reply by Breeze Liu - Monday, August 21, 2017 2:44 AM - Items 1 to 20 of 510315 Next ›
No announcements