Click here to Skip to main content
15,903,856 members
Home / Discussions / C#
   

C#

 
GeneralRe: TextBox Alignment Pin
Heath Stewart4-Dec-03 14:30
protectorHeath Stewart4-Dec-03 14:30 
GeneralRe: TextBox Alignment Pin
Shaun Becker5-Dec-03 1:46
Shaun Becker5-Dec-03 1:46 
QuestionAnyway to tell the IDE Designer not to manage a control? Pin
DoofToo4-Dec-03 12:51
DoofToo4-Dec-03 12:51 
AnswerRe: Anyway to tell the IDE Designer not to manage a control? Pin
Heath Stewart4-Dec-03 13:57
protectorHeath Stewart4-Dec-03 13:57 
GeneralWeb Setup Project, setup.exe check current installed version before downloading... Pin
Chris Richner4-Dec-03 12:44
Chris Richner4-Dec-03 12:44 
GeneralRe: Web Setup Project, setup.exe check current installed version before downloading... Pin
Heath Stewart4-Dec-03 13:53
protectorHeath Stewart4-Dec-03 13:53 
QuestionListView (View=List) with Vertical Scroll ? Pin
pahluwalia4-Dec-03 9:10
pahluwalia4-Dec-03 9:10 
AnswerRe: ListView (View=List) with Vertical Scroll ? Pin
Heath Stewart4-Dec-03 9:45
protectorHeath Stewart4-Dec-03 9:45 
Not without extending ListView and owner-drawing several things about the list-view control (ListView is just a wrapper for the list-view common control). I'm not sure you could even do this if you did go to all that work (and it is a lot!).

If it's really necessary, you might be better off looking for a third-party .NET control that can do it. Be sure it's that important, though, since this would be inconsistent with practically all other list views in Windows. It's important to remain consistent for useability unless absolutely necessary (read the Windows UI Guidelines for more details and reasoning for this if you don't already see the inherent importance of it).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Generallaunch file viewer from c# program Pin
elena123454-Dec-03 9:03
elena123454-Dec-03 9:03 
GeneralRe: launch file viewer from c# program Pin
Heath Stewart4-Dec-03 9:40
protectorHeath Stewart4-Dec-03 9:40 
QuestionA way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 8:29
Radoslav Bielik4-Dec-03 8:29 
AnswerRe: A way to control graphic card driver? Pin
Daniel Turini4-Dec-03 8:53
Daniel Turini4-Dec-03 8:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:19
Radoslav Bielik4-Dec-03 9:19 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 9:37
protectorHeath Stewart4-Dec-03 9:37 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:46
Radoslav Bielik4-Dec-03 9:46 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 10:18
protectorHeath Stewart4-Dec-03 10:18 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:49
Radoslav Bielik4-Dec-03 10:49 
GeneralRe: A way to control graphic card driver? Pin
Noah Duke4-Dec-03 9:53
Noah Duke4-Dec-03 9:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:02
Radoslav Bielik4-Dec-03 10:02 
GeneralAccessing the Image of a System.Web.UI.WebControls.HyperLink Pin
mkushner4-Dec-03 8:17
mkushner4-Dec-03 8:17 
GeneralRe: Accessing the Image of a System.Web.UI.WebControls.HyperLink Pin
Heath Stewart4-Dec-03 9:31
protectorHeath Stewart4-Dec-03 9:31 
GeneralProduct to automatically convert VB.Net projects to C# – Beta Testers wanted Pin
Roger L Jack4-Dec-03 7:00
Roger L Jack4-Dec-03 7:00 
GeneralRe: How to capture data from the local serial port through a Aspx page situated in a Web Server ?? Pin
Colin Angus Mackay4-Dec-03 6:18
Colin Angus Mackay4-Dec-03 6:18 
GeneralResources Pin
Guinness4Strength4-Dec-03 4:31
Guinness4Strength4-Dec-03 4:31 
GeneralRe: Resources Pin
Not Active4-Dec-03 4:38
mentorNot Active4-Dec-03 4:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.