Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1793

Grid with hidden header flickering back and forth when you scroll horizontally.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 6.5.3
    • 6.5.2
    • None
    • Security Level: Jimmy
    • None
    • IE9, Chrome

      As title, please refer to the sample code below:

      <zk>
      	<grid width="300px" sclass="hide-header">
      		<columns sizable="true" visible="false">
      			<column label="Type" sort="auto" width="300px" />
      			<column label="Content" width="300px"/>
      		</columns>
      		<rows>
      			<row>
      				<label value="File:"/>
      				<textbox width="98%"/>
      			</row>
      			<row>
      				<label value="Type:"/>
      				<hlayout>
      					<listbox rows="1" mold="select">
      						<listitem label="Java Files,(*.java)"/>
      						<listitem label="All Files,(*.*)"/>
      					</listbox>
      					<button label="Browse..."/>
      				</hlayout>
      			</row>
      			<row>
      				<label value="Options:"/>
      				<textbox rows="3" width="98%"/>
      			</row>
      		</rows>
      	</grid>
      </zk>
      
      

            RaymondChao RaymondChao
            benbai benbai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: