zooming a custom control - layout custom controls in grid

J

john menke

I am new to .Net and have a requirements for a project that we zoom a
grid control when it's clicked. This grid will contain a yellow pages
like listing and be displayed on a form with other grids in a table
like format.

Does the grid control support zoom?

Can anyone suggest a way for me to layout the grids on the form
programtically in a HTML table like structure? - Optimally i would
query the db to find the relevant records then display a grid control
for each record and lay the controls out in a table like format. When
each control was clicked by the user it would popup a zoomed version
on the screen over the original table.

thanks in advance for any help

-john
 
N

Nicholas Paldino [.NET/C# MVP]

John,

The current grid control does not support zoom functionality. If
anything, I think that you would have to custom code this yourself.

Also, I don't know of any grids that support an HTML table like
structure. There is something like this in Avalon, I believe, but that is
so far away that I wouldn't recommend it.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top