I''m writing an application using wxruby in which the main portion is essentially a spreadsheet using a Grid widget. The extent of the Grid is such that it exceeds the available space that can be seen at once, so it will be necessary to use scrollbars to see data as necessary. However, the first two columns should stay in view even when the Grid is scrolled horizontally. (They contain names and ID numbers, so it would be confusing to have them go out of view when the grid is scrolled to the right.) Does anyone have suggestions on how to accomplish this? -- Will Parsons