From 7ff4cc94732f5af4e60cdd221110e49b7d6daa73 Mon Sep 17 00:00:00 2001 From: blikblum Date: Sat, 24 Jan 2009 15:02:43 +0000 Subject: [PATCH] * Fix setting column focus in vtbasic example git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@672 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../virtualtreeview-unstable/demos/vtbasic/VTDBExample.lfm | 6 +++--- .../virtualtreeview-unstable/demos/vtbasic/vtbasic.lpi | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/virtualtreeview-unstable/demos/vtbasic/VTDBExample.lfm b/components/virtualtreeview-unstable/demos/vtbasic/VTDBExample.lfm index c71e03ad5..f90e604d9 100644 --- a/components/virtualtreeview-unstable/demos/vtbasic/VTDBExample.lfm +++ b/components/virtualtreeview-unstable/demos/vtbasic/VTDBExample.lfm @@ -1,7 +1,7 @@ object frmVTDBExample: TfrmVTDBExample - Left = 132 + Left = 154 Height = 482 - Top = 132 + Top = 154 Width = 553 ActiveControl = VT Caption = 'Database Test' @@ -49,7 +49,7 @@ object frmVTDBExample: TfrmVTDBExample item ImageIndex = 3 Layout = blGlyphRight - Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coResizable, coShowDropMark, coVisible] + Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coResizable, coShowDropMark, coVisible, coAllowFocus] Position = 1 Text = 'Company' Width = 200 diff --git a/components/virtualtreeview-unstable/demos/vtbasic/vtbasic.lpi b/components/virtualtreeview-unstable/demos/vtbasic/vtbasic.lpi index 5adbec313..004285740 100644 --- a/components/virtualtreeview-unstable/demos/vtbasic/vtbasic.lpi +++ b/components/virtualtreeview-unstable/demos/vtbasic/vtbasic.lpi @@ -94,6 +94,7 @@ +