On 11/14/13 10:57 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:
>On Wed, Nov 13, 2013 at 9:12 PM, Alex Harui <aha...@adobe.com> wrote: > >> >> >> On 11/13/13 8:26 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: >> >> >I think I get it, but I guess I will need some pseudo code to >>understand >> >completely. What exactly does 'hang it on a strand' man in this >>context? >> > >> >Thanks, >> >Om >> I looked at the commit diffs again. I missed seeing earlier that you >>want >> to propagate rolloverindex to the List's API surface in order to >> communicate that information to the DataGrid. I was thinking that there >> can be some other List that represents the List that is a column in the >> DG. In theory it can be built out of most of the same pieces as List. >> > >I wanted to do that anyways. Right now, when there is more than a page of >data, three scrollbars (for 3 columns) show up. I wanted to create a >pared >down version of ListView that takes in an optional ScrollBar. And allow >the DataGridView to have a scrollbar. Any thoughts on that? Does the ScrollBar need to be optional for ListView? IMO, the custom ListView wouldn't have a scrollbar at all. > > >>This sounds good to me. I will give this a shot and see how things look. >Thanks for the pseudo code, makes it clearer to me. OK, good luck. -Alex