A client for a webservice

  • Thread starter Thread starter Zodiaco
  • Start date Start date
Z

Zodiaco

I'm developing c# windows application as a client for a web service.

While i was designing the interface i discoverd that i'm totally stuck,
i need to enumerate a list of links on a panel with a limited area that
to be scrolled if the news was greater than the panel size.

Can anyone help by sending a sample or by telling me how to overcome
this issue.
 
Hi,

If you create each link as a separate LinkLabel control, consider using the
AutoScroll and AutoScrollMargin properties of the panel.
 
Back
Top