1

Is it possible to add/include a textbox under commandbar of windows phone 8.1 app as present in Internet Explorer 10..enter image description here

2 Answers2

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

Yolo

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