This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Scenario: I'm using the property grid (v2.0.571.9838) with an object that has multiple DateTime properties. My expectation is that when I click on the date picker drop down in the property grid, I'll get a calendar pop-up so the user can select a different date. Actual Result: When I click on the date, the calendar pop-up appears but is rendered incorrectly so the date numbers run vertically along the left side of the pop-up, instead of appearing in the calendar grid. I've attached a picture so you can see it. Is this a known issue that requires me to upgrade the property grid? Is there a workaround for this? Let me know if you need a sample. Thanks, -Craig
|
|
|
This isn't a known issue and I don't know what would be causing it, so if you can provide a sample, that would be great. Thanks! |
|
|
I figured it out when creating the sample. Our application uses a WPF theme and for the ListBox control template, it has a ScrollViewer that wraps a StackPanel, which serves as an items host. I needed to replace the StackPanel with an ItemsPresenter. |
|
|
can u send me an example to use datepicker or color picker |
|