Answered ListPicker with Drop Down Arrow

  • Monday, July 25, 2011 5:31 AM
     
     

    Since ListPicker and Textbox control are looking similar, I need to change the appearance of the ListPicker so that user can identify it is holding some list of values.

    Can anyone please tell me How to append a Drop Down Arrow at the end of a ListPicker control?

All Replies

  • Sunday, September 11, 2011 12:32 PM
     
     

    what you are asking is basically a combobox but if this is for Wp7 it is against the guidelines for the combobox usage in the metro interface.   As for a use in Silverlight how about using a combobox in this case.

  • Monday, September 12, 2011 2:33 AM
     
     Answered

    Mvermef , Thank you for your reply.

    But I have managed to customize the ListPicker by modifying it's source code Smile