Questions tagged [windows-phone-toolkit]

Windows Phone Toolkit provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform.

Windows Phone Toolkit provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform. Here is the official site for this http://phone.codeplex.com/

60 questions
1
vote
0 answers

Replace ListPickerPage with custom Page

I added the Windows Phone Toolkit with Nuget into my project. Now I want to replace the default ListPickerPage with a custom page like this can be achieved for the DatePickerPage.…
eX0du5
  • 896
  • 7
  • 16
1
vote
1 answer

How to show DatePicker & TimePicker controls over the Popop that contains them?

I'm trying to create a popup with Windows Phone Toolkit DatePicker & TimePicker, with the following XAML:
DaveDev
  • 41,155
  • 72
  • 223
  • 385
1
vote
1 answer

extract one control of WP toolkit and edit it

I want to extract only the DatePicker of the Windows Phone Toolkit and I want to include an additional field to the DatePicker. But how can I get only the code of the DatePicker and make me changes and than make a dll of it so I can use this control…
atticus3000
  • 409
  • 1
  • 4
  • 12
1
vote
1 answer

I want to use TimePickerPage.xaml of wp toolkit with some customization

I'm using from WP Toolkit and it's PickerPageUri is set to /Microsoft.Phone.Controls.Toolkit;component/DateTimePickers/TimePickerPage.xaml I want some customization in this page like it's background should be White,text tile…
Inder Kumar Rathore
  • 39,458
  • 17
  • 135
  • 184
0
votes
1 answer

ExpanderView will not expand from inside XAML

Previously I ported ExpanderView from Windows Phone toolkit to WinRT ExpanderRT, just to notice now that if you have two ExpanderView controls inside a StackPanel or ListView and you want the first expanderView to be expanded from the beginning by…
DreamNet
  • 627
  • 3
  • 8
  • 24
0
votes
1 answer

How to prevent images to overlapping each other?

I am doing a simple application in windows phone. Having two transparent frames, One on top and other on Bootom. Now i set two different images one in the Top frames and other in second one. Now i use Pinch Zoom in and Zoom out but my images overlap…
Ritu Tyagi
  • 224
  • 2
  • 14
0
votes
1 answer

Line breaks in windowsphonetoolkit custom message box

Using the windowsphonetoolkit how can one force line breaks in the message text to nicely format it. It appears that the stardard "\n" and "\n\r" line breaks do not work. So something like: This is the first line and This is another line.
Menzi
  • 61
  • 1
  • 4
0
votes
0 answers

Disabling context menu item dynamically in a WP app

I'm using the ContextMenu class from the Microsoft.Phone.Controls.Toolkit library to implement a custom context menu for a data-bound ListBox. The simplified part of XAML looks like this:
TecMan
  • 2,743
  • 2
  • 30
  • 64
0
votes
1 answer

Hint is not appearing for PhoneTextBox by applying following style in Windows Phone8?