RE: About listView

  • From: "Homme, James" <james.homme@xxxxxxxxxxxx>
  • To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 18 Mar 2011 11:33:39 -0400

Hi,
You may need to reclass it in JAWS.

Jim

From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Mesut
Sent: Friday, March 18, 2011 11:31 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: About listView

Hi all
I have created a listView. But I have two problems with it. First, when I press 
ctrl + JawsKey + 1 or or 3 or 4 ... to hear headers, I can't hear anything 
despite header being there. Second, while navigating with errow keys in this 
list, I hear unselected word.
 For example, navigating from item1 to item to sounds like this: "unselected 
ıtem1 unselected ıtem2". How to solve these problems? Here's the syntacs:
c#
            // ListView
            listGörünümü = new ListView();
            listGörünümü.Location = new Point(0, 0);
            listGörünümü.Width = 1300;
            listGörünümü.Height = 750;
            listGörünümü.Activation = ItemActivation.TwoClick;
            listGörünümü.CheckBoxes = false;
            listGörünümü.Enabled = true;
            listGörünümü.FullRowSelect = true;
            listGörünümü.GridLines = true;
            listGörünümü.LabelEdit = false;
            listGörünümü.MultiSelect = false;
            listGörünümü.KeyDown += new KeyEventHandler(Form1_KeyDown);
            listGörünümü.View = View.Details;
            listGörünümü.HeaderStyle = ColumnHeaderStyle.Nonclickable;
            listGörünümü.Columns.Add("Name", -2, HorizontalAlignment.Left);
            listGörünümü.Columns.Add("Category", -2, HorizontalAlignment.Left);
            listGörünümü.Columns.Add("ID", -2, HorizontalAlignment.Left);
Best regards

________________________________
This e-mail and any attachments to it are confidential and are intended solely 
for use of the individual or entity to whom they are addressed. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not keep, use, 
disclose, copy or distribute this e-mail without the author's prior permission. 
The views expressed in this e-mail message do not necessarily represent the 
views of Highmark Inc., its subsidiaries, or affiliates.

Other related posts: