Показать сообщение отдельно
Старый 20.06.2006, 14:41   #1  
batiskaf_new is offline
batiskaf_new
Участник
 
39 / 19 (1) ++
Регистрация: 07.06.2006
Advanced programming: Grid data and view manipulations
Уважаемые гуру Аксапты. Надеюсь я вам не надоел еще со своими дурацкими вопросиками? Нет? У меня еще есть:
  1. Get\Set selected cell index ( int cell = Grid.SelectedItem(), int row = Grid.SelectedRow() )
  2. Scroll any cell to visible area (Grid.MakeVisibleCell( rowIndex, colIndex )
  3. Get the cell position and rectangle by cell index (RECT r = Grid.GetCellRect(row, col) )
  4. Set the cell to the input mode (Grid.ActivateCell( row, col) )
  5. Get the cell index by position (Grid.FindCell( xPoint, yPoint))
  6. Get & set cell value (Grid.Get\SetCellValue(row, col))
  7. Row & Column count
  8. row properties (header text, height, top)
  9. column properties (header text, width, left)
  10. Access to the inner list (if exist), get the items count, item value,
    like list items count, scroll item to the visible area, get the item location and rectangle, show popup list.
Заранее говорю, что учить все основательно у меня времени нет, можете дать только основные направления (взять в датасорсе маркнутые записи, в таком духе), если что то не понятно я спрошу дополнительно. Щедрую раздачу очков гарантирую!

Спасибо за понимание, Сергей.