R
rdilipk
I have been running into an issue at work. I have a ListView control
that displays some data in the row/column details format. One column
sometimes has data that can be split into multiple lines.
My problem is when I have items that exceed the displayable area of
the list view, the scroll bar doesn't automatically show up. I have
to either click on the last viewable item (in case it is partially
obscured) or use the arrow keys to scroll past the last viewable item
in order for the scroll bar to appear.
What would cause this behaviour?
I realize I am not posting any code but I am not exactly sure what to
post right now.
that displays some data in the row/column details format. One column
sometimes has data that can be split into multiple lines.
My problem is when I have items that exceed the displayable area of
the list view, the scroll bar doesn't automatically show up. I have
to either click on the last viewable item (in case it is partially
obscured) or use the arrow keys to scroll past the last viewable item
in order for the scroll bar to appear.
What would cause this behaviour?
I realize I am not posting any code but I am not exactly sure what to
post right now.