Prev Next
ListView_EnsureVisible info Overview GroupThe ListView_EnsureVisible macro ensures that a list view item is entirely or at least partially visible, scrolling the list view control if necessary. You can use this macro or explicitly send the LVM_ENSUREVISIBLE message. BOOL ListView_EnsureVisible(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. See Also |