Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
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?
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?
Can the toolbar item change the visibility depending on the page you're currently viewing?
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
is there a way to center the page title?
@Houseem : How can I add multiple options like a picker in single toolbar item. Accordingly handle the click event.
set both ToolbarItem Order to Secondary (Order="Secondary")
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.
+jc evangelista make sure it is ContentPage.ToolBarItems not ContentView.ToolBarItems (may be)!
+Houssem Dellai -->It's ContentPage but still not working.
Oh! You should put your 2 Labels inside a StackLayout or a Grid :)
Yeah, I believe so :)
You need to change MainPage=new MainPage(); to MainPage=new NavigationPage(new MainPage());
What plugin are you using for xmal intellisense. Please share the link. Thanks
It is Resharper :)www.jetbrains.com/resharper/
I think it is paid. Can you suggest any free plugin ?
They have a free trial. May be this one: visualstudiogallery.msdn.microsoft.com/D6678A1F-C700-4532-8C5E-A799D875063D?SRC=Home
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.
Solved it. In case anyone else is interested in doing that check forums.xamarin.com/discussion/comment/292589#Comment_292589
I did as you did but the toolbarItems are duplicating. Please I really need your help
nice tutorial. Btw how to stack many menus in just one menu icon instead of seperate them.
nothing happen :(
where I can find icon images?
It doesn't show. I had to cast ContentPage to NavigationPage to make it work.
Thank you Houssem!!
how to remove scrollview within the listview in xamarin
Thank you!!!!
where is the source code please upload it to github
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?
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?
Can the toolbar item change the visibility depending on the page you're currently viewing?
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
is there a way to center the page title?
@Houseem : How can I add multiple options like a picker in single toolbar item. Accordingly handle the click event.
set both ToolbarItem Order to Secondary (Order="Secondary")
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.
+jc evangelista make sure it is ContentPage.ToolBarItems not ContentView.ToolBarItems (may be)!
+Houssem Dellai
-->
It's ContentPage but still not working.
Oh! You should put your 2 Labels inside a StackLayout or a Grid :)
Yeah, I believe so :)
You need to change MainPage=new MainPage(); to MainPage=new NavigationPage(new MainPage());
What plugin are you using for xmal intellisense. Please share the link. Thanks
It is Resharper :)
www.jetbrains.com/resharper/
I think it is paid. Can you suggest any free plugin ?
They have a free trial.
May be this one: visualstudiogallery.msdn.microsoft.com/D6678A1F-C700-4532-8C5E-A799D875063D?SRC=Home
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.
Solved it. In case anyone else is interested in doing that check forums.xamarin.com/discussion/comment/292589#Comment_292589
I did as you did but the toolbarItems are duplicating. Please I really need your help
nice tutorial. Btw how to stack many menus in just one menu icon instead of seperate them.
nothing happen :(
where I can find icon images?
It doesn't show. I had to cast ContentPage to NavigationPage to make it work.
Thank you Houssem!!
how to remove scrollview within the listview in xamarin
Thank you!!!!
where is the source code please upload it to github