On Mon, 15 Apr 2002 11:14:12 -0700, Matt Tagliaferri
<[EMAIL PROTECTED]> wrote:

>I have a listbox on page 2 of a TabStrip. I set the SelectedIndex of the
>listbox to 0 in code. When I click on page 2 of the TabStrip, the
>SelectedIndexChanged fires again, even though the selected index is not
>changing at the time.
>

Yep.  Your listbox is bound isn't it?  When changing the visibility of a
bound listbox the event fires.  I personally think it is a bug...

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to