Page Navigation In WPF Using a Frame Control in C#

Sdílet
Vložit
  • čas přidán 3. 08. 2024
  • In this video I show you how to implement page navigation in WPF using a Frame control
    Intro and Custom Control:(0:00)
    Implementing Navigation :(15:03)
    Source Code:
    git.io/JD9P0

Komentáře • 35

  • @williambell4591
    @williambell4591 Před 2 lety +4

    Thanks so much for this tutorial, I had never created a custom control before - didn’t realize it was that simple.
    For the majority of my apps, I would swap in and out views / user controls within a singular content area, so I was interested in learning the use of Pages w/their associated navigation functions.
    Your tutorial covered both topics wonderfully - PROPS!
    Thanks so much!

  • @lmanes
    @lmanes Před 2 lety +1

    OMG!! I learnt so much from this video!! awesome! thank you!!

  • @genelarose3055
    @genelarose3055 Před 2 lety +2

    thank you for the detailed tutorial, I am new to WPF and these are exactly the sort of instructional videos I am looking for. thank you!

  • @LuisVelaLopez
    @LuisVelaLopez Před rokem

    Thank you very much for providing such good information in your tutorial. It has helped me a lot.

  • @FarrelHJSAVI
    @FarrelHJSAVI Před 9 měsíci

    🎉I try this tutorial with success. Congratulations And Thanks Tactic Devs!

  • @kevinmungame1869
    @kevinmungame1869 Před 2 lety +1

    Thanks so much, have been having trouble with wpf navigation something else besides MVVM

  • @rodelioliwag7627
    @rodelioliwag7627 Před rokem

    This is very good. Thank you.

  • @clickdraw9762
    @clickdraw9762 Před 2 lety +1

    This is a great tutorial! Thank you for making it.

  • @akfsf00543
    @akfsf00543 Před rokem

    This is good very video and easy to understand.

  • @NapoleoneLiparoti
    @NapoleoneLiparoti Před rokem

    Thanks so much for this tutorial.

  • @pakkerto
    @pakkerto Před 3 měsíci

    Great tutorial, thank you soooooo much

  • @liamlluls1588
    @liamlluls1588 Před rokem

    Cool video mate, great explanation and detail,

  • @user-lj8bq8qd6n
    @user-lj8bq8qd6n Před 6 měsíci +1

    what extension that you install???

  • @anishkharel8780
    @anishkharel8780 Před 2 lety

    How do I make only a frame navigate thou, like a nav bar on the side or top but the content changes on the main side?

    • @TacticDevs
      @TacticDevs  Před 2 lety

      You can use a list box control which allows you to select an item then based on the selected item you can navigate to a page

  • @windowsbuilderthegreat3121

    You should do a series in avalonia ui

  • @nainicolas4630
    @nainicolas4630 Před 2 lety

    Is it possible to create two Custom Navigation control?

  • @vincekobeondevilla7366

    What netframe did you used?

  • @mikaelsvensson5669
    @mikaelsvensson5669 Před 6 měsíci

    Thanks again for a nice tutorial:)
    But a get this error: System.ArgumentException: 'Must disconnect specified child from current parent Visual before attaching to new parent Visual.'
    Is there anyone who knows how to fix this?

  • @vincekobeondevilla7366

    What vs did you used?

  • @finnhell5689
    @finnhell5689 Před 10 měsíci

    😃

  • @DJone4one
    @DJone4one Před 2 lety +1

    Some lines of code are not easily visible because they are not automatically indented. Automatic line breaks would be a solution.
    The video stops in some places.

  • @uwejadick4550
    @uwejadick4550 Před rokem

    Difficult to follow if everything is so blurred.

    • @TacticDevs
      @TacticDevs  Před rokem

      You might need a strong Internet connection to get the high resolution video , to get the best quality set the vision resolution to 1080

    • @uwejadick4550
      @uwejadick4550 Před rokem

      @@TacticDevs I will try that, thanks for the advice.

    • @uwejadick4550
      @uwejadick4550 Před rokem

      @@TacticDevs Thanks, I was so focused on finding the right tutorial that I did not see this option. You are right it is working very well. Thank you.

  • @alexanderl.6993
    @alexanderl.6993 Před 2 lety +1

    docs.microsoft is better to understand then this shit why image as button ???

    • @TacticDevs
      @TacticDevs  Před 2 lety +11

      Alright Alexandra your majesty you can start you own CZcams channel And show us how to do it

  • @fooballers7883
    @fooballers7883 Před rokem

    Nice tutorial...thank you