SegmentedButton question

hi,

I have a segmentedButton object which works fine.
I would like, after window display, that the pressed event of the 1.button get’s processed automatically, can that be done ?

The easiest way would be to convert your code into a method and call this method in the pressed event and in the shown event

thanks Fabian,
that’s exactly what I’m doing at the moment, I thought there might be an easier way by calling an event to activate the pressed event.

Thames again