Tagged Questions

0
votes
1answer
79 views

C# Property Grid Question

I am writing an application which is going to allows users to change the properties of a text box or label and these controls are user controls. Would it be easiest to create a separate class for …
0
votes
2answers
41 views

WPF Grid Mouse Events

I was wondering, what is the best way to capture a mouse Event inside of a wpf grid? I wanted to Capture an event when the mouse wheel is either scrolled up or down in the grid. I tried to create a …
0
votes
1answer
292 views

Loading external post/content to a specific div (jquery, wordpress)

Hi, I've been playing around with the grid-a-licious theme, and found some really cool sites similar to the theme: ex. http://home.visuaal.com/ The question is: any idea on how the post contents were …
0
votes
4answers
375 views

Generating contour lines from regularly spaced data

hi, I am currently working on a data visualization project.My aim is to produce contour lines ,in other words iso-lines, from gridded data.Data can be temperature, weather data or any kind of other …
0
votes
3answers
359 views

ASP.Net - Good UI Design Question for Managing large number of items

Hello all, We're currently working on a solution that involves managing a large number of parts for a project. In our database, we have a project table and we have a parts table. Those parts can be …
0
votes
1answer
42 views

Best way to represent a wide grid for printing?

We have many WIDE html grids which scroll horizontally within a DIV in our web application. I would like to find the best strategy for printing these grids on a portrait A4 page. What I would like …