Xamarin Forms #29: ListView (Context.Actions)

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ •

  • @Mikaelson08
    @Mikaelson08  3 роки тому +3

    🔔If you like the video, give this video a thumbs up and consider subscribing, and hit the bell button to keep you updated. Thanks! Keep Safe!

  • @MoutikPatel
    @MoutikPatel Рік тому +1

    Thanks a Lot for the video. Really Helpful

  • @jimmyjenata
    @jimmyjenata Рік тому

    Thanks a lot, really helpfull, can you show me Listview with stepper like Shopping shop appliation

  • @ibrahimasylla6878
    @ibrahimasylla6878 2 роки тому

    Hi Sir, how to create contextual menu for menu?

  • @kaustavchaudhuri7712
    @kaustavchaudhuri7712 2 роки тому

    Im getting an error while removing. it says "listview does not contain a definition for 'remove' ". I am using Visual Studio 2022. Code is same as that in Video

    • @Mikaelson08
      @Mikaelson08  2 роки тому +1

      add 'using System.Collections.Generic;' to your code to use the built functionality of the generic collections

  • @gabrielmandap7428
    @gabrielmandap7428 3 роки тому

    sir paano gawin yung shortcut comment

    • @Mikaelson08
      @Mikaelson08  3 роки тому

      Ctrl-K + Ctrl+C and to un-comment Ctrl-K + Ctrl-U .