locked
how to get within the flyout controls? RRS feed

  • Question

  • Hi experts.

    My doubt is about flyouts, in my code i have a flyout with controls that I use for registering a new item.

    How do I, for example, to get a text from a text box which is inside a flyout ? because the controls are not visible in my code.

    Sorry for my english.


    Brian Souza - MCP Desenvolvedor C#.Net

    Wednesday, April 2, 2014 7:41 PM

Answers

  • My problem was in visual studio after restart and recompile managed to catch the controls.

    Brian Souza - MCP Desenvolvedor C#.Net

    • Marked as answer by Brian Souza Thursday, April 3, 2014 1:33 PM
    Thursday, April 3, 2014 1:32 PM

All replies

  • You can use data binding to link the controls on the flyout with properties in your code.

    See Data binding with XAML for an overview of data binding.

    --Rob

    Wednesday, April 2, 2014 8:47 PM
    Moderator
  • My problem was in visual studio after restart and recompile managed to catch the controls.

    Brian Souza - MCP Desenvolvedor C#.Net

    • Marked as answer by Brian Souza Thursday, April 3, 2014 1:33 PM
    Thursday, April 3, 2014 1:32 PM