Is it possible to add/include a textbox
under commandbar
of windows phone 8.1 app as present in Internet Explorer 10..
Asked
Active
Viewed 639 times
1

bhavan somanna
- 25
- 1
- 2
2 Answers
0
This is not possible, you can only use AppBarButton
and AppBarToggleButton
.
Apps like IE and the app store where you can see rectangular buttons in the command bar, are special apps in which Microsoft
can do whathever they want.
But you could try to implement your own custom CommandBar
that immitates the system command bar, but this seems like too much work and error prone.

Kristian Vukusic
- 3,284
- 6
- 30
- 46
0
This project aims to create useful controls for WinRT (Windows Phone, Windows 8.1, and later XBOX One). The first one is a customizable AppBar control, which is in a early stage of development.
You can use this app bar to suit your requirements.

Karthik Nishanth
- 2,000
- 1
- 22
- 28