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
|
In a hierarchical DataGrid I need to get a list of all items that are currently "displayed" (expanded, but maybe not visible due to scrolling). The DisplayedItemsSource would appear to be what I need, except that some of the items are wrapped in a DataGridItemWrapper, which does not expose the wrapped item (Object property). I tried making the Object property public, and it appears to give me what I need. Is there any reason you can't make the Object property public? Or is there another better way to get the list of items I need? Peter |
|
|
Hello Peter I've made the Object property public for you in the next nightly build. Jason Fauchelle |
|