Xamarin Forms with Visual Studio Part25 [ToolbarItems]

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

КОМЕНТАРІ • 32

  • @ernaus22
    @ernaus22 8 років тому

    How do you center the title and is there a way to get rid of that icon in the portable class library without having to go to seperate projects?

  • @balajichetty305
    @balajichetty305 8 років тому

    Hi, can you tell, is it possible to change the backgroud color of new option in your sample above app?
    If so, can describe how it can be done?

  • @ezscootrr
    @ezscootrr 7 років тому

    Can the toolbar item change the visibility depending on the page you're currently viewing?

  • @laurentandrzejak4221
    @laurentandrzejak4221 6 років тому

    Hi Houssem. Can I please know the emulators that you use to get IOS/UWP/Android in the same time (and on the same computer) ? Thanks

  • @jesusfco5629
    @jesusfco5629 8 років тому +1

    is there a way to center the page title?

  • @himanshudwivedi533
    @himanshudwivedi533 8 років тому

    @Houseem : How can I add multiple options like a picker in single toolbar item. Accordingly handle the click event.

    • @sinmicsin100
      @sinmicsin100 4 роки тому

      set both ToolbarItem Order to Secondary (Order="Secondary")

  • @jcevangelista4200
    @jcevangelista4200 8 років тому +2

    I copied all your codes. But it's not working. The toolbar doesn't seem to show. What do you think is the problem? Thanks.

    • @HoussemDellai
      @HoussemDellai  8 років тому

      +jc evangelista make sure it is ContentPage.ToolBarItems not ContentView.ToolBarItems (may be)!

    • @jcevangelista4200
      @jcevangelista4200 8 років тому

      +Houssem Dellai
      -->
      It's ContentPage but still not working.

    • @HoussemDellai
      @HoussemDellai  8 років тому

      Oh! You should put your 2 Labels inside a StackLayout or a Grid :)

    • @HoussemDellai
      @HoussemDellai  8 років тому

      Yeah, I believe so :)

    • @sanjapalajsa9200
      @sanjapalajsa9200 7 років тому +3

      You need to change MainPage=new MainPage(); to MainPage=new NavigationPage(new MainPage());

  • @wasifsaeed6550
    @wasifsaeed6550 8 років тому

    What plugin are you using for xmal intellisense. Please share the link. Thanks

    • @HoussemDellai
      @HoussemDellai  8 років тому

      It is Resharper :)
      www.jetbrains.com/resharper/

    • @wasifsaeed6550
      @wasifsaeed6550 8 років тому +1

      I think it is paid. Can you suggest any free plugin ?

    • @HoussemDellai
      @HoussemDellai  8 років тому

      They have a free trial.
      May be this one: visualstudiogallery.msdn.microsoft.com/D6678A1F-C700-4532-8C5E-A799D875063D?SRC=Home

  • @geetas1988
    @geetas1988 7 років тому

    How can we change background color of Secondary Toolbar Items ie Copy(in your case) background's color? I want to change this small menu that has the black background color.

    • @geetas1988
      @geetas1988 7 років тому

      Solved it. In case anyone else is interested in doing that check forums.xamarin.com/discussion/comment/292589#Comment_292589

  • @ous9296
    @ous9296 5 років тому

    I did as you did but the toolbarItems are duplicating. Please I really need your help

  • @androidos7710
    @androidos7710 6 років тому

    nice tutorial. Btw how to stack many menus in just one menu icon instead of seperate them.

  • @farazqureshi3275
    @farazqureshi3275 7 років тому +3

    nothing happen :(

  • @GJAB822
    @GJAB822 7 років тому

    where I can find icon images?

  •  7 років тому +1

    It doesn't show. I had to cast ContentPage to NavigationPage to make it work.

  • @ratonys88
    @ratonys88 6 років тому

    Thank you Houssem!!

  • @KhushbuVlog8454
    @KhushbuVlog8454 7 років тому

    how to remove scrollview within the listview in xamarin

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

    Thank you!!!!

  • @minafawzy5605
    @minafawzy5605 7 років тому

    where is the source code please upload it to github