Providing Auto Scroll Feature to CListCtrl
-
Hello everyone... i am trying to provide auto scroll feature to a CListCtrl box.that is, when the listctrl is filled with more items, the control should automatically scroll such that the last added items is visible. an example of such feature can be seen in the Output Window of the Visual C++ editor. but i have little idea about that. can anyone please guide me about how to do that??? thanks...
vijay.
-
Hello everyone... i am trying to provide auto scroll feature to a CListCtrl box.that is, when the listctrl is filled with more items, the control should automatically scroll such that the last added items is visible. an example of such feature can be seen in the Output Window of the Visual C++ editor. but i have little idea about that. can anyone please guide me about how to do that??? thanks...
vijay.
vijay7173 wrote:
i am trying to provide auto scroll feature to a CListCtrl box.that is, when the listctrl is filled with more items, the control should automatically scroll such that the last added items is visible.
Take a look at
CListCtrl::EnsureVisible
.
Owner drawn Jesus Loves
-
vijay7173 wrote:
i am trying to provide auto scroll feature to a CListCtrl box.that is, when the listctrl is filled with more items, the control should automatically scroll such that the last added items is visible.
Take a look at
CListCtrl::EnsureVisible
.
Owner drawn Jesus Loves
Hello sir, thank u very much.. it helped me to do what exactly i wanted to do... thanks again.. :):):)
vijay.